I was trying to diagnose an email delivery issue with emails going from a customers hosted domain to gmail.com where the mail was going to spam. From the same server but a different domain the same mail was going to inbox. Even though gmail postmaster tools said the reputation was high there must be something else triggering this.
I used this post Forward certain domain emails to Smart Host to configure Exim to deliver this domain through AWS with the same result.
My next thought was "what if" I could change the outbound email coming from @domain1.com to @domain2.com using Exim so that the users didn't have to change anything. Once Gmail started to deliver domain1.com into the inbox again I could remove this and add domain2.com as an alias domain.
Can anyone give me some pointers on how to accomplish this using Exim ?
Perhaps a modified version of Exim: Change sender address when sending mails out of local network which would work on a cpanel server with multiple accounts and domains.
I used this post Forward certain domain emails to Smart Host to configure Exim to deliver this domain through AWS with the same result.
My next thought was "what if" I could change the outbound email coming from @domain1.com to @domain2.com using Exim so that the users didn't have to change anything. Once Gmail started to deliver domain1.com into the inbox again I could remove this and add domain2.com as an alias domain.
Can anyone give me some pointers on how to accomplish this using Exim ?
Perhaps a modified version of Exim: Change sender address when sending mails out of local network which would work on a cpanel server with multiple accounts and domains.