Marko Horn: > hello list, > > i want to seperate the sendout of mails for a specific doamain over 3 > mailgateways i setup. it's a test scenario. > > in the main.cf i set an entry like this: > sender_dependent_relayhost_maps = > hash:/etc/postfix/lookups/relayhost/sender_relay
This table requires HOST syntax. > sender_relay = > > @testdomain.de fsmtp:[192.168.100.186]:26 But you are using TRANSPORT:HOST syntax. sender_dependent_relayhost_maps requires HOST syntax. sender_dependent_default_transport_maps requires TRANSPORT:HOST syntax. Wietse