Fredrik S?derblom:
> Hi,
> 
> Why does postfix (2.6.1, 2.7.0) force NOTIFY=NEVER when i change
> a RCPT TO: from a milter?

I haven't seen any no documentation on what the recipient attributes
of addrcpt should be. In the absence of that, Postfix maintains
consistency with other Postfix features that add BCC recipients
(namely, always_bcc, sender_bcc_maps and recipient_bcc_maps).

Of course, any hard-coded policy should be made configurable,
but that does not help you now.

You can shut up Postfix about DSN attributes with:

/etc/postfix/main.cf:
    smtp_discard_ehlo_keywords = dsn

or an equivalent smtp_discard_ehlo_keyword_address_maps setting.

This means that down-stream MTAs will send delivery status
notifications. The local Postfix instance will not send notifications
until NOTIFY is made configurable for addrcpt and other BCC features.

        Wietse

Reply via email to