On 3 Feb 2015, at 11:25, Christian Rößner <c...@roessner-network-solutions.com> wrote: > > php_admin_value[sendmail_path] = /usr/sbin/sendmail -t -i -f > foo...@example.org
Don't put a space between the `-f` and the address, it should be like `-ffoo...@example.org`. On 3 Feb 2015, at 11:26, li...@rhsoft.net wrote: > > just don't use the mail() function in PHP > https://code.google.com/a/apache-extras.org/p/phpmailer/downloads/list Quite right, though PHPMailer moved to github some time ago (I'm the maintainer): https://github.com/PHPMailer/PHPMailer Postfix performance docs suggest that you're better off using SMTP to localhost than calling sendmail anyway. Marcus
signature.asc
Description: Message signed with OpenPGP using GPGMail