Joakim Ohlsson wrote:

My problem is that I want to receive bounced messages to a different
mail-address than the address in MAIL FROM: field. Is this even possible? As
I understand this was possible in earlier versions of Postfix but is this
possible in Postfix 2.3? Or can this be done in the mail-header with
Errors-To: or Return-Path: etc?




just change the MAIL FROM address.


$ sendmail -f [EMAIL PROTECTED]   [EMAIL PROTECTED]
From: Joakim <[EMAIL PROTECTED]>
Reply-To: Joakim <[EMAIL PROTECTED]>
To: John Doe <[EMAIL PROTECTED]>
Subject: blah blah

blah blah
.


will use [EMAIL PROTECTED] as the MAIL FROM command (envelope sender), while the recipient will see whatever From and Reply-To headers you chose.



Reply via email to