Re: [Exim] Squirrelmail and exim headers

Kezdőlap
Üzenet törlése
Válasz az üzenetre
Szerző: Peter Bowyer
Dátum:  
Címzett: exim-users
Tárgy: 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