> sendmail_path = /usr/lib/sendmail -t
> ;for unix only, may supply arguments as well (default is 'sendmail -t -i')

Those apostrophes on the default setting are not just for show.

sendmail_path = 'usr/lib/sendmail -t'

Actually, I use " not ', but either should work.

An .ini file delimits on a space unless it's inside a quote after the first
non-space after the =

In other words, your sendmail was never getting the -t part.

I think that means you have a bunch of mail clogged up in there somewhere
maybe...

--
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