Marko Horn: > sender_dependent_relayhost_maps = > hash:/etc/postfix/lookups/relayhost/sender_relay > > sender_relay: > ------------- > @testdomain.de fsmtp:
sender_dependent_relayhost_maps requires a HOST, not a TRANSPORT. But it does not matter, because the postconf(5) manpage says: This information is overruled with relay_transport, SENDER_DEPENDENT_DEFAULT_TRANSPORT_MAPS, default_transport and with the transport(5) table. > sender_dependent_default_transport_maps = > > randmap:{fsmtp:[192.168.100.186]:26,fsmtp:[192.168.100.186]:26,fsmtp:[192.168.100.186]:26,fsmtp:[192.168.100.188]:26,fsmtp:[192.168.100.188]:26,fsmtp:[192.168.100.188]:26,fsmtp:[192.168.100.190]:26,fsmtp:[192.168.100.190]:26,fsmtp:[192.168.100.190]:26} > > > master.cf: > ---------- > fsmtp unix - - n - - smtp > # -o > smtp_fallback_relay=[192.168.100.186]:26,[192.168.100.188]:26,[192.168.100.190]:26 > > > but the mails are not really going out in round robin. mostly 10-12 > times thru same mailgateway. Which gateway? And if you send 20 messages, will 10-12 be sent to the same gateway? Where do the other messages go to? Wietse