[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] mail problem
- Subject: [cobalt-users] mail problem
- From: "Bryan - Utopian Web Productions" <bryan@xxxxxxxxxxx>
- Date: Sat Oct 21 01:05:01 2000
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
I can't seem to find the problem behind why the function MAIL() will not
send from a PHP program. I have been trying to find the problem within PHP,
but it seems to be stemming from a configuration problem on the server.
A direct sendmail command is working, but after reviewing the log
(var/log/maillog) I found this:
Oct 19 04:15:02 ns imapd[17882]: imap service init from 127.0.0.1
Oct 19 04:15:02 ns imapd[17882]: Login failure user=Active_Monitor_69
host=localhost [127.0.0.1]
Oct 19 04:15:05 ns imapd[17882]: command stream end of file, while reading
line user=Active_Monitor_69 host=localhost [127.0.0.1]
Oct 19 04:15:05 ns sendmail[17884]: NOQUEUE: Null connection from localhost
[127.0.0.1]
Any thoughts?
The path to sendmail in php.ini is also correct.
Bryan