On Thu, Oct 03, 2002 at 03:15:20PM +0100, cc wrote: > I've tried to connect via telnet and issue the AUTH command. This is what I > get: > > 220 blah ESMTP > AUTH PLAIN xxxxx > 502 ESTMP command error > > And in the maillog I get: > > courieresmtpd: error,relay=::ffff:XXX.XXX.XXX.XXX,msg="502 ESMTP command > error",cmd: AUTH PLAIN xxxxx
502 = Command not implemented (RFC 2821). RFC 2554 says: "If the requested authentication mechanism is not supported, the server rejects the AUTH command with a 504 reply." So it's not a problem with AUTH PLAIN; it's that courieresmtpd doesn't implement AUTH at all. What happens if you type "EHLO anything"? Does it list AUTH in the list of supported extensions? ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
