Aleksey Chudov:
> Hello!
> 
> Thank you for your answer. I try to use "<>" as sender address but
> unfortunately some mail filters mark messages with null sender as spam, so I
> need another method to disable Postfix Mail Delivery Report.
> 
> Is the a way to disable Postfix Mail Delivery Report completely or for some
> senders only?
> 

Use the DSN option NOTIFY=NEVER.

Use "/usr/sbin/sendmail -N never ..." on the command line, "RCPT
TO:<mailbox-address> NOTIFY=NEVER" in SMTP, or see the example in
http://www.postfix.org/postconf.5.html#smtpd_command_filter to
force NOTIFY=NEVER on SMTP commands.

        Wietse

Reply via email to