Postfix version 2.3 introduces support for Delivery Status Notifications (DSN) as described in RFC 3464.
If you want to disallow all use of DSN requests from the network, use the smtpd_discard_ehlo_keywords feature:
/etc/postfix/main.cf:
smtpd_discard_ehlo_keywords = silent-discard, dsn
on zimbra:
postconf -e "smtpd_discard_ehlo_keywords=silent-discard, dsn"
postfix reload
Regards, |