well the script does talk to google mail correctly so somehow it should work. I think all these open source php based solutions use the same way to send e-mails. The question is how!? Where should I look inside the php script?
I was trying the oxwall s/w and this is generating this error. But others like statusnet are doing the same too. I have to say that vtiger crm is working fine though! Thanks On Tue, Sep 3, 2013 at 1:22 AM, Stefan Sperling <s...@openbsd.org> wrote: > 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?