Re: [exim] Hide IP address of authenticated users

Startseite
Nachricht löschen
Nachricht beantworten
Autor: exim-users
Datum:  
To: exim-users
Betreff: Re: [exim] Hide IP address of authenticated users
Hi Yves,

On 14.03.23 23:02, Yves Goergen via Exim-users wrote:
> I'd like to hide the IP address of authenticated users sending their messages over my SMTP server. The address always appears in the "Received" header and remains there for the final recipient.


You can remove headers in router or transport, see https://www.exim.org/exim-html-current/doc/html/spec_html/ch-generic_options_for_routers.html and
https://www.exim.org/exim-html-current/doc/html/spec_html/ch-generic_options_for_transports.html for a reference.

Depending on your config the remote_smtp router might be a good one to remove all headers. I use that transport (and some others that handle mail to external servers) to remove some internal
headers.

hth,
Thomas