Thomas Spycher: > Hi > > Is it possible to force the creation of DSN (Delivery Status > Notifications) for every arriving mail on a particular smtpd daemon > in all categories (success, failure, delay) with a postfix > configuration? I know its possible by invoking a sendmail command > (sendmail -N failure,delay,success).
http://www.postconf.5.html#smtpd_command_filter has examples to manipulate NOTIFY options in RCPT TO commands. Instead of NEVER you would supply FAILURE,DELAY,SUCCESS. Otherwise don't change a single letter or you will mess up someone's email. Both lines are required. Wietse
