Those quotes in the php.ini file matter.

sendmail_path = "/usr/sbin/sendmail -t -i"

Without the quotes, everything after the space is ignored.

--
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
----- Original Message -----
From: Chris Cameron <[EMAIL PROTECTED]>
Newsgroups: php.general
Sent: Saturday, March 31, 2001 6:19 PM
Subject: [PHP] mail() and a Data format error


> My setup is PHP 4.0.4p1 with Apache 1.3.19 (PHP as a module), and sendmail
> at /usr/sbin/sendmail. I have sendmail_path = /usr/sbin/sendmail -t -i in
> my php.ini. THis is all on Linux.
>
> When I use mail() in any which way, it returns as if it were sucsessful,
> but in my maillog I see;
> Mar 31 16:22:16 catsnip sendmail[30912]: f2VNMGZ30910: f2VNMGY30912: DSN:
> Data format error
>
> The messages above it gives me the idea that it's the destination
> mailserver returning this error.
>
> Any ideas?
> Thanks,
> Chris
>
>
> --
> 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]
>


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