2013/3/26 Gaby L <g...@autoglobus2000.ro>

> **
>
>
>
> Hi
>   My teoretic question is how configure multiple (distributed) postfix
> mail servers for one domain,which can load balance tasks? (e.g gmail),but
> all servers same (unique) users list,alias,rules for one domain?
>
> Thanks
> gaby
>
>

Hi,

First, you can easily share or have a clone of /etc/postfix/ (nfs, rsync,
etc) and also centralise your /var/log/maillog log file with rsyslog.

If you don't need fault tolerance, load balancing is very easy to set with *
haproxy* which is a tool to load balance tcp connections.

If you do need fault tolerance you can do something like that :


We did this in my company but it was pretty useless (50.000 emails per day
is not a big deal). I think fault tolerance is more important than load
balancing.

Regards,

Victor d'Agostino

Reply via email to