Re: sender AND recipient based routing

2018-02-12 Thread flymike
Thanks, Viktor. With the milter option, can I still use transport_maps to set the custom nexthop? I'm wondering if smtp_generic_maps are applied after or before transport_maps? -- Sent from: http://postfix.1071664.n5.nabble.com/Postfix-Users-f2.html

sender AND recipient based routing

2018-02-12 Thread flymike
I have a requirement to deliver via 'X' when sender = 'A' /and/ recipient = 'B', else deliver via configured defaults. I see how I could use sender_dependent_default_transport_maps to set nexthop to 'X' when sender = 'A' but I still need to deal with the additional condition that recipient = 'B'. I