Bernd Wurst wrote:
> Tried that already, no logging takes place. 
> When a message is sent via sendmail, who could log it?

Normally sendmail would.

> However, I managed to get a debugging script in between PHP and sendmail. It 
> logged that sendmail says:
> 450-Service temporarily unavailable. 
> 450 Headers specify no receipients.
>
> I googled for this message (that typo is great :)

Can you configure your script to save stdin to a file, and then redirect 
the contents of that file to sendmail?  That'll give you a better idea 
what's wrong.

You could also remove "sendmail_path" from php.ini, which would force 
php applications to use SMTP instead of the command line sendmail, which 
gets you logs and avoids a host of issues (like SELinux).


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
courier-users mailing list
[email protected]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to