Koozali.org: home of the SME Server

Legacy Forums => Experienced User Forum => Topic started by: Derek on January 16, 2003, 12:07:50 AM

Title: phpgroupware email setup
Post by: Derek on January 16, 2003, 12:07:50 AM
Hello,

I've been playing around with phpgroupware. Everything is working great, except for when I try to send an email I get this error message:

Array
(
    [code] => 500
    [msg] => Syntax Error, command unrecognized

    [desc] =>
    [server_chat] =>
c->s: fsockopen(ckuamain.ckua.org,25,0,,5) ; returned: Resource id #20
s->c: 220 ckuamain.ckua.org SMTP daemon ready.
c->s: EHLO ckuamain.ckua.org
s->c: 500 Syntax Error, command unrecognized

)


 I've found a couple of other posts on this, but no solutions. I can't seem to figure out what the correct email settings are. (Reading/receiving email works just fine). I've tried entering the SMTP hostname using localhost, IP address, hostname, and FQDN - all with the same result.

Any suggestions?

Thanks.

Derek
Title: Re: phpgroupware email setup
Post by: Des Dougan on January 16, 2003, 08:04:24 AM
Change EHLO to HELO in /opt/phpgroupware/email/inc/class.mail_send.inc.php. If I recall, it's only in one place.

It's caused by the SMTP server not supporting newer options, I've been told.

Des Dougan
Title: Re: phpgroupware email setup
Post by: Derek on January 16, 2003, 09:19:34 AM
That did it.

Much obliged!!
Title: Re: phpgroupware email setup
Post by: Gabriel Requito on January 16, 2003, 10:39:16 AM
I wonder if you could help me too Des,

   I've installed phpgroupware, by the manual and everything works fine, but when I try to open the mail, I get:

detected that there has already been an attempting to recover that failed
exiting...

   Any ideia???

   Cheers

   Gabriel
Title: Re: phpgroupware email setup
Post by: Stan on February 09, 2003, 01:19:54 PM
Me too! I'm getting the same error "detected that there has already been an attempting to recover that failed exiting...". Any ideas? Anybody?
Title: Re: phpgroupware email setup
Post by: guestHH on February 09, 2003, 02:27:06 PM
did you re-check your e-mail setting, globally as well as personal settings?
Title: Re: phpgroupware email setup
Post by: Stan Coleman on February 10, 2003, 09:43:24 AM
Checked and double checked. I finally removed email as an application and re-added. It's now working fine.