1 May 2003 16:15
Re: problems with latest patch
Yildiray Ozen <yildirayozen <at> yahoo.com>
2003-05-01 14:15:55 GMT
2003-05-01 14:15:55 GMT
I had this EHLO/HELO problem yesterday. Qmail-remote
was trying to EHLO first but code was 520 and it quits
without trying HELO.
I changed that peace of code back to old version it's
not checking over 500 but it's working now. Is this a
bug or intentional.
Yildiray Ozen
OLD ONE
-------
code = smtpcode();
if (code >= 500) quit("DConnected to "," but
greeting failed");
if (code != 220) quit("ZConnected to "," but
greeting failed");
flagsize = 0;
substdio_puts(&smtpto,"EHLO ");
substdio_put(&smtpto,helohost.s,helohost.len);
substdio_puts(&smtpto,"\r\n");
substdio_flush(&smtpto);
code = smtpcode();
if (code >= 500) quit("DEHLOConnected to "," but my
name was rejected"); //I think it quits here before
moving forward.
(Continue reading)
RSS Feed