> Anyway, I have the sendmail path set (/usr/sbin/sendmail -t -i), but
> something isn't working right.

Do you have quotes around that "/usr/sbin/sendmail -t -i" ?  You need quotes
in php.ini there, or it ignores the -t -i part cuz it's after a space.

> Jan 30 01:03:52 acadia sendmail[21394]: BAA21394: from=nobody, size=257,
> class=0, pri=30257, nrcpts=1,
> msgid=<[EMAIL PROTECTED]>,
> relay=nobody@localhost
> Jan 30 01:03:52 acadia sendmail[21397]: BAA21394: SYSERR(nobody): Cannot
> exec /usr/cyrus/bin/deliver: Permission denied

Is user nobody allowed to send email using sendmail?
Is the user PHP is running as (maybe "nobody", maybe not -- check httpd.conf
"User" line) allowed to execute sendmail.

> Jan 30 01:03:52 acadia sendmail[21396]: BAA21394: to=leblanc+webmaster,
> ctladdr=nobody (99/99), delay=00:00:00, xdelay=00:00:00, mailer=cyrus,
> relay=webmaster, stat=Operating system error

--
Visit the Zend Store at http://www.zend.com/store/
Wanna help me out?  Like Music?  Buy a CD: http://l-i-e.com/artists.htm
Volunteer a little time: http://chatmusic.com/volunteer.htm



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to