I'm running Postfix as my mail server on my Mac OS X 10.1.1 and it works fine. On the same machine I have Apache & PHP setup, which works fine for the most part.
If I use this machine as a SMTP server, there is no problem, everything works fine. But when I try PHP's mail() function, the Posffix log says:
Dec 10 23:39:01 localhost postfix/sendmail[12351]: fatal: unknown mail_owner configuration parameter value: postfix
There is a user "postfix" and precisely the same configuration works when using the SMTP server.
In php.ini I have:
sendmail_path = /usr/sbin/sendmail -t -i
Any ideas?