Autor: Tim Jackson
Data:
Para: exim-users
Assunto: Re: [Exim] "on behalf of" for outlook clients - sender rewrite?
On Mon, 28 Jun 2004 10:34:26 -0400 Yoni wrote:
> When mail is being sent from our webmail/mail server the sender field
> is always "apache@???".
You may just need to allow the setting of the sender by untrusted users,
e.g.:
untrusted_set_sender = *
Bear in mind the implications of doing this and make sure that you're OK
with them.
Tim