Re: [Exim] Squirrelmail and exim headers

Página Principal
Apagar esta mensagem
Responder a esta mensagem
Autor: Peter Bowyer
Data:  
Para: exim-users
Assunto: Re: [Exim] Squirrelmail and exim headers
Paul Lankow wrote:
> Is anyone else running Exim and Squirrelmail together? I do, and the
> return path on all my outgoing email is "apache@???" rather
> than "paul@???". If there a setting to correct that?


This has been answered dozens of times - several of them by me :-)

trusted_users = apache

This tells exim to 'trust' the user that Squirrelmail runs as, and lets it
change the envelope sender. Otherwise, exim will enforce the envelope sender
to be the (unix) user which sending process runs as.

Peter