Re: [Exim] Squirrelmail and exim headers

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Peter Bowyer
Ημερομηνία:  
Προς: exim-users
Αντικείμενο: 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