Re: [Exim] odd "from" header

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Andreas J Mueller
Datum:  
To: Dan Evans
CC: exim-users
Betreff: 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