Am 26.08.2014 11:51, schrieb Gunnar Weissmann:
> Hi,
> 
> is it possible to remove/edit the user-agent from the mailheader?
> 
> Example:
> User-Agent: SOGoMail 2.2.7
> 
> Kind regards,
> 
> Gunnar Weissmann
> 
Hi Gunnar,

this is a job for your SMTP-Server. I use exim by example. My
Transport-Section in /etc/exim/exim.conf:

remote_smtp:
  driver = smtp
  headers_remove = user-agent : x-stationery
  ....

This removes "user-agent" and "x-stationery" from mailheader of outgoing
mails.

*g
Sven Marth
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Reply via email to