Hello Mathieu! On Thu, Dec 29, 2005 at 12:17:50PM +0100, Mathieu Lonjaret wrote: [...] > On another note, I can't mail anymore to wmii.de with my usual > postfix server; I get the following error: > 501 Syntactically invalid HELO argument(s) > and it's the second server with which I get this error, the other one > being an exim 4.50. > If anyone has a clue about that, please enlighten me.
It seems that it's a problem with your Postfix: [EMAIL PROTECTED]:~$ host -t mx wmii.de wmii.de mail is handled by 10 wmii.de. wmii.de mail is handled by 20 mx0.serverkompetenz.de. [EMAIL PROTECTED]:~$ telnet wmii.de smtp Trying 81.169.167.196... Connected to wmii.de. Escape character is '^]'. 220 wmii.de ESMTP Exim 4.50 Mon, 09 Jan 2006 15:38:44 +0100 HELO ziomek 250 wmii.de Hello lan.net.icm.edu.pl [193.0.71.66] EHLO ziomek 250-wmii.de Hello lan.net.icm.edu.pl [193.0.71.66] 250-SIZE 52428800 250-PIPELINING 250 HELP ^] telnet> q Connection closed. [EMAIL PROTECTED]:~$ telnet wmii.de smtp Trying 81.169.167.196... Connected to wmii.de. Escape character is '^]'. 220 wmii.de ESMTP Exim 4.50 Mon, 09 Jan 2006 15:41:50 +0100 HELO 501 Syntactically invalid HELO argument(s) EHLO 501 Syntactically invalid EHLO argument(s) ^] telnet> q Connection closed. Probably your MTA sends to wmii.de MX only HELO/EHLO command (without hostname). My best regards! Pawel _______________________________________________ [email protected] mailing list http://wmii.de/cgi-bin/mailman/listinfo/wmii
