Re: [exim] Feature req: env var logging

Pàgina inicial
Delete this message
Reply to this message
Autor: Marc Sherman
Data:  
A: exim-users
Assumpte: Re: [exim] Feature req: env var logging
Eli wrote:
>
> Works "out of the box" with any CGI that runs under a CGI compliant
> webserver (such as Apache). For PHP, you have to redefine your sendmail
> binary path with something like this:
>
> php_admin_value sendmail_path "SERVER_NAME='www.hoktar.com'
> /usr/sbin/sendmail -t -i"


As I mentioned last time this issue was raised, if you can change the
sendmail path reliably, then there's no need for a patch; just use -D:

php_admin_value sendmail_path \
"/usr/sbin/exim -t -i -DSERVER_NAME='www.hoktar.com'"

- Marc