Re: sender AND recipient based routing

2018-02-12 Thread Viktor Dukhovni
> On Feb 12, 2018, at 3:27 PM, flymike wrote: > > With the milter option, can I still use transport_maps to set the custom > nexthop? Yes. > I'm wondering if smtp_generic_maps are applied after or before > transport_maps? Milters happen on input when messages are received, transport lookups

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

Re: sender AND recipient based routing

2018-02-12 Thread Viktor Dukhovni
> On Feb 12, 2018, at 12:10 PM, flymike wrote: > > 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