Re: From address for delivery failure notifications

2019-03-03 Thread Wietse Venema
Martin Brampton: > Is there a way to set a from address for Postfix automatic messages on > delivery failure? On 03/03/2019 21:13, Wietse Venema wrote: > With command-line submission: > sendmail -f bounce-address recipient-address... > > With SMTP submission: > MAIL FROM:... > > With Q

Re: From address for delivery failure notifications

2019-03-03 Thread Martin Brampton
Thanks, but I'm looking for a way to set a default in postfix, not to set a bounce address for a particular email. Is that possible? On 03/03/2019 21:13, Wietse Venema wrote: Martin Brampton: Is there a way to set a from address for Postfix automatic messages on delivery failure? With comma

Re: From address for delivery failure notifications

2019-03-03 Thread Wietse Venema
Martin Brampton: > Is there a way to set a from address for Postfix automatic messages on > delivery failure? With command-line submission: sendmail -f bounce-address recipient-address... With SMTP submission: MAIL FROM:... With QMQP, the bounce address is the second protocol field (imm

From address for delivery failure notifications

2019-03-03 Thread Martin Brampton
Is there a way to set a from address for Postfix automatic messages on delivery failure?