Admin wrote: > The subject says it all -- > > phpinfo shows the path to sendmail as: > > sendmail_path -t -i > > After manually editing php3.ini and changing the sendmail_path to > /usr/sbin/sendmail -t -i, then restarting Apache, phpinfo still shows > the path to sendmail as > > sendmail_path -t -i > > Any suggestions on how to fix this? >
I think you built your PHP without sendmail (or sendmail wrapper if you are using qmail/postfix/etc) Make sure you have /usr/sbin/sendmail(/usr/lib/sendmail) that works just like sendmail :) -- Yasuo Ohgaki -- PHP Install 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]