On Mon, Jun 20, 2016 at 6:02 PM, Wietse Venema <wie...@porcupine.org> wrote: > I have opted to use the recipient as the "sender context" for sender > address resolving, if the recipient is available. This means that > the sender will "exist" when the recipient is allowed to send mail > to it.
That's clever, and seems to make sense. I think I might not expect reject_unlisted_sender to treat messages differently that have the same sender but different recipients. Might be worth mentioning in reject_unlisted_sender documentation that it will take message recipients into account in configurations that use sender_dependent routing. > After that post I have implemented a fix that covers all the usess > of smtpd_resolve_addr(), including Milters that want to know what > "transport" or "nexthop" an email address resolves to. Great, I think this is ideal. > It is part of postfix-3.2-20160619.tar.gz Thanks so much. I'll try it as soon as I can.