Re: [Exim] Squirrelmail and exim headers

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Peter Bowyer
Fecha:  
A: exim-users
Asunto: 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