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 -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
