Re: [Exim] odd "from" header

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Andreas J Mueller
Fecha:  
A: Dan Evans
Cc: exim-users
Asunto: Re: [Exim] odd "from" header
Hi Dan!

> This is connecting via the command line rather than through another MTA
> until it is working properly. Searching for "mail" and "from header" is
> producing rather a lot of non relevant results, as you can imagine.


In order to set the from header via the command line, the user must be
trusted by Exim, which will use <user_account>@<the_host> by default.
See trusted_users configuration setting.

Andy