I want the bounced messages are delivered to "Header From" instead of "Header ReturnPath". See Case 2 below. Here is the setup:
Envelop
- RFC5321.MailFrom
- RFC5321.RcptTo
Header
- RFC5322.From
- RFC5322.To
- RFC5322.ReturnPath (injected from RFC5321.MailFrom)
Case 1: RFC5322.From is an invalid address Current Behaviour: "rejected" NDR report is send to RFC5322.ReturnPath, which is originally RFC5321.MailFrom. => OK; must be keep unchanged.
Case 2: E-mail cannot be delivered to "RFC5322.To" Current behaviour: "Bounced" e-mail is send to RFC5322.ReturnPath Wanted behaviour: "Bounced" e-mail is send to RFC5322.From
Background:
- RFC5321.MailFrom is the last support e-mail address in case of any problems. It differs from RFC5322.From
- RFC5322.From is the person/organization who want to take care about "bounced" e-mails, cause it is B2B business - where e-mail does contains relevant information.
How to configure the e-mail server to send "bounced" e-mails to RFC5322.From instead of RFC5322.ReturnPath?
According the messaging team the following configuration is fix:
- Envelop From => returnpath AND returnpath => bounce address
I just can“t believe ;-)