Email Header Question
Some of our users send mail locally, we want to keep these settings intact.
However, some connect to amazon ses or mailgun to send via there remote smtp servers, for these users we do not want the hostname or host ip in the mail header for example
Received: from /www.somedomain.com (hostname.someotherdomain.com
[xxx.xxx.xxx.xxx]) by mxa.mailgun.org with ESMTP id
should be
Received: from /www.somedomain.com by mxa.mailgun.org with ESMTP id
Is it possible only to change this for remote smtp email sent via exim? If so, how?
-
Hello :) You may find the following thread helpful: Removing/Masking "Received From" Header Thank you. 0 -
The problem is we don't want to force our clients to use a web based email client. We just want it so that the hostname is stripped out completely when an external SMTP is used regardless of how the client connects to the email server. Is this not possible? 0
Please sign in to leave a comment.
Comments
2 comments