Sorry to follow up on myself...
David F. Skoll wrote:
> A good NAT load balancer will preserve the original IP address
> as the source IP address and just rewrite the destination address.
> Even Linux's iptables can do that. Don't buy a load balancer if
> it obscures the external IP.
Even if you go with a load balancer, I recommend you still publish two
or three MX records. If the load balancer gets unlucky and picks a
dead or overloaded back-end server, you'll want the SMTP client to retry.
If it appears that you have only one MX record with one IP address, the
client won't retry right away, but will queue the mail. This could cause
delays.
Regards,
David.