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 command-line submission:
sendmail -f bounce-address recipient-address...
With SMTP submission:
MAIL FROM:<bounce-address>...
With QMQP, the bounce address is the second protocol field (immediately
after the message content which is field 1), if I recall correctly.
Wietse