On Tue, Sep 23, 2014 at 12:20:56PM +0200, Karim 'Kasi Mir' Senoucci wrote: > Why doesn't this work when exim is called via apache/php? What can I > do to get PHP mail() working again with exim?
Probably your php script uses "-f" command line option to specify envelope sender of the mail. If so, you should fill "trusted_users" and/or "trusted_groups" configuration variables by script name/uid. -- Eugene Berdnikov -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
