Koozali.org: home of the SME Server

phpgroupware email setup

Derek

phpgroupware email setup
« 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

Des Dougan

Re: phpgroupware email setup
« Reply #1 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

Derek

Re: phpgroupware email setup
« Reply #2 on: January 16, 2003, 09:19:34 AM »
That did it.

Much obliged!!

Gabriel Requito

Re: phpgroupware email setup
« Reply #3 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

Stan

Re: phpgroupware email setup
« Reply #4 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?

guestHH

Re: phpgroupware email setup
« Reply #5 on: February 09, 2003, 02:27:06 PM »
did you re-check your e-mail setting, globally as well as personal settings?

Stan Coleman

Re: phpgroupware email setup
« Reply #6 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.