On Tue, Sep 03, 2013 at 12:19:14AM +0200, Tony Berth wrote:
> I already have these settings implemented but I still get the same error!
> Please note that /var/www/bin and /var/www/usr belong to the daemon group.
> I don't know if that should be changed to the www one?
> 
> Where should I check in the PHP application in order to find the reason of
> the problem? Also, what about the pear-Mail package? Is there something I
> should adapt?
> 

The log message you showed earlier seems to be from sendmail
complaining that someone trying to relay mail is not doing smtp
correctly. It comes from the function smtp() in sendmail, see
/usr/src/gnu/usr.sbin/sendmail/sendmail/srvrsmtp.c but aaah my eyes!

Perhaps the scripts are not even using the sendmail binaries?
Perhaps a script is trying to shove mail into an smtp server
without actually talking smtp?

Reply via email to