Re: Forcing DSN generation without sendmail

2012-07-19 Thread Benny Pedersen
Den 2012-07-18 16:00, Wietse Venema skrev: http://www.postconf.5.html#smtpd_command_filter has examples to manipulate NOTIFY options in RCPT TO commands. ups inccorrect domain ? http://www.postfix.org/postconf.5.html#smtpd_command_filter

Re: Forcing DSN generation without sendmail

2012-07-18 Thread Thomas Spycher
Many Thanks for the totally great help! Tom Sent from my iPhone On 18.07.2012, at 17:53, Viktor Dukhovni wrote: > On Wed, Jul 18, 2012 at 10:00:04AM -0400, Wietse Venema wrote: > >> http://www.postconf.5.html#smtpd_command_filter has examples to >> manipulate NOTIFY options in RCPT TO command

Re: Forcing DSN generation without sendmail

2012-07-18 Thread Viktor Dukhovni
On Wed, Jul 18, 2012 at 10:00:04AM -0400, Wietse Venema wrote: > http://www.postconf.5.html#smtpd_command_filter has examples to > manipulate NOTIFY options in RCPT TO commands. This is of course: http://www.postfix.org/postconf.5.html#smtpd_command_filter > Instead of NEVER you would s

Re: Forcing DSN generation without sendmail

2012-07-18 Thread Thomas Spycher
absolutely awesome! Thank you! On Jul 18, 2012, at 16:00 , Wietse Venema wrote: > 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

Re: Forcing DSN generation without sendmail

2012-07-18 Thread Wietse Venema
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 -

Forcing DSN generation without sendmail

2012-07-18 Thread 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).