On 3 Feb 2015, at 11:25, Christian Rößner <[email protected]> wrote: > > php_admin_value[sendmail_path] = /usr/sbin/sendmail -t -i -f > [email protected]
Don't put a space between the `-f` and the address, it should be like `[email protected]`. On 3 Feb 2015, at 11:26, [email protected] 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
