On 2013-08-10, elrippo <[email protected]> wrote: > Hi there. > > Thanks to your hint, i managed to remove the wanted headers. > > By placing the variables headers_add and headers_remove in > /etc/exim4/conf.d/transport/30_exim4-config_remote_smtp, the headers are > modified as wanted. > > But, this only works on smtp connections. Unfortunately dis does not apply on > local users. If user1 sends a mail to user2 on the same system, the headers > are not modified. > > How can i tell exim to modify the headers systemwide? > > Thank you very much in advance!!!
set the same values on all the other transports. using a macro for the value and defining the macro in a central location ( eg: /etc/exim4/conf.d/main/00_local_config ) will make administration easier. -- ⚂⚃ 100% natural -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
