Exim change sender email address

douwe_yntema

Verified User
Joined
Feb 16, 2020
Messages
22
I am sending email with exim through a remote SMTP service (SMT2GO).
I have setup a couple of email forwarders.
due to changed policies of SMTP2GO mail sent has to come from verified domain names.
This cannot be done for the forwarders, because when forwarding the sender name is the original sender of the mail.

I need to replace the original sender email with the name of the forwarded email.

Example:

Mail forwarder is setup as: [email protected] is forwarded to [email protected].
Now [email protected] sent a mail to [email protected], this is forwarded to [email protected].
The mailserver sees [email protected] as the sender, so will be blocked.
I Need to change [email protected] to [email protected], because this is the verified domain for the external mailservice.

How can this be done?
 
Back
Top