Re: Postfix: How to run the milter BEFORE reject_unverified_recipient
Wietse Venema <[email protected]> Tue, 20 Feb 2018 07:56:02 -0500 (EST)
| Newsgroups | gmane.mail.postfix.user,gmane.mail.mimedefang |
|---|---|
| Message-ID | <[email protected]> |
Benoit Panizzon: > Hi Wietse > > > Not possible. The Milter protocol implements the 'change sender' > > feature AFTER the entire message is received. That is long > > after the MAIL FROM and RCPT TO commands. > > Ok, so if you activate reject_unverified_recipient it's not possible to > tell postfix not to call this function for local recipients, which > would anyway be rejected. Well, that is possible with smtpd_access maps, as you discovered. Wietse