On 2011-01-11 at 19:46:48 +0000, Jonathan Tripathy wrote: > I will give authenticated clients direct access to the IMAP and SMTP > ports on my load-balancer (No proxies). I will however only accept > incoming mail from the internet via separate mx server which will > relay mail (after doing spam checking) to the postfix servers.
That sounds almost exactly like my mail config. The only difference is we have one cheap (~$1,000) NAS box that holds the mail store. Every night we rsync the mail files off to a backup NAS. It's not entirely a single point of failure--but it'd be a pain if the NAS quit. At some point we'll setup something like DRBD to keep them in sync. Probably right after a NAS failure... ;) -A