Re: Load balance outgoing message

2016-11-17 Thread Marcelo Machado
Thanks everybody. Marcelo 2016-11-16 12:23 GMT-02:00 Wietse Venema : > Marcelo Machado: > > Hi everybody. > > > > Is possible with postfix send messages to multiple smart hosts randomly > > from a single domain? > > This requires Postfix 3.0 and later: > > /etc/postfix/main.cf: > default_tra

Re: Load balance outgoing message

2016-11-16 Thread Wietse Venema
Marcelo Machado: > Hi everybody. > > Is possible with postfix send messages to multiple smart hosts randomly > from a single domain? This requires Postfix 3.0 and later: /etc/postfix/main.cf: default_transport = randmap:{smtp:[relayhost1], smtp:[relayhost2]} The {} and [] are required. Thi

Re: Load balance outgoing message

2016-11-16 Thread Paweł Grzesik
Not sure about the postfix but for sure you can use "haproxy". It might be more easy to maintain it then. Thanks, Pawel 2016-11-16 11:27 GMT+00:00 Marcelo Machado : > Hi everybody. > > Is possible with postfix send messages to multiple smart hosts randomly > from a single domain? > > Marcelo Gom

Load balance outgoing message

2016-11-16 Thread Marcelo Machado
Hi everybody. Is possible with postfix send messages to multiple smart hosts randomly from a single domain? Marcelo Gomes