ID: 14972
Updated by: mfischer
Old Summary: Setting 'sendmail_path' leads to PHP not find sendmail
Reported By: [EMAIL PROTECTED]
Old Status: Closed
Status: Open
Bug Type: PHP options/info functions
Operating System: MacOS 10.1.2 (Darwin 5.2)
PHP Version: 4.1.1
New Comment:

A note to the submitter:
since sendmail_path defaults to 'sendmail -t -i', leaving it out should
be ok for you.

I'm opening this, because the PHP.INI clearly says:
";for unix only, may supply arguments as well (default is 'sendmail -t
-i')"

Either way, it is a bug (doc or something else)


Previous Comments:
------------------------------------------------------------------------

[2002-01-20 18:33:55] [EMAIL PROTECTED]

sendmail_path is only for setting the path to the sendmail 
executable. You can't set command line parameters for 
sendmail with it. To supply command line parameters, use 
the fifth parameter to the mail() function, documented at 
http://www.php.net/mail.

------------------------------------------------------------------------

[2002-01-10 11:55:05] [EMAIL PROTECTED]

If 'sendmail_path' is set in the php.ini like this:
sendmail_path = 'sendmail -t -i'

I get the following error in the Apache error log: 
zsh: no such file or directory: /usr/sbin/sendmail -t -i

If I run /usr/sbin/sendmail -t -i manually from the zsh it works but if
I surround it by quotation marks I get the same error.

------------------------------------------------------------------------



Edit this bug report at http://bugs.php.net/?id=14972&edit=1


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