| From | Sent On | Attachments |
|---|
| Subject: | [courier-users] Re: Problems using authenticated ESMTP | |
|---|---|---|
| From: | cc (cc...@dsc.net) | |
| Date: | Oct 3, 2002 9:46:40 am | |
| List: | net.sourceforge.lists.courier-users | |
Refine Search
| From | Sent On | Attachments |
|---|---|---|
| cc | Oct 2, 2002 7:20 pm | |
| Sam Varshavchik | Oct 2, 2002 7:45 pm | |
| Zenon Panoussis | Oct 2, 2002 8:16 pm | |
| Barry Hensley | Oct 2, 2002 8:47 pm | |
| cc | Oct 3, 2002 4:13 am | |
| Sam Varshavchik | Oct 3, 2002 4:47 am | |
| Brian Candler | Oct 3, 2002 5:59 am | |
| cc | Oct 3, 2002 7:15 am | |
| Brian Candler | Oct 3, 2002 9:05 am | |
| cc | Oct 3, 2002 9:46 am | |
| Sam Varshavchik | Oct 3, 2002 2:48 pm | |
| cc | Oct 3, 2002 3:21 pm | |
| Bill Schindler | Oct 3, 2002 3:35 pm | |
| Jonas Printzén (Hemma) | Oct 4, 2002 1:37 am | |
| cc | Oct 4, 2002 3:47 pm |
| Subject: | [courier-users] Re: Problems using authenticated ESMTP | |
|---|---|---|
| From: | cc (cc...@dsc.net) | |
| Date: | Oct 3, 2002 9:46:40 am | |
| List: | net.sourceforge.lists.courier-users | |
Brian Candler writes:
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?
I knew there should be a way to get it to list what it supports, but couldn't remember it. Thanks! Anyway, I tried EHLO and got:
250-oval Ok. 250-XVERP=Courier 250-XEXDATA 250-XSECURITY=NONE,STARTTLS 250-PIPELINING 250-8BITMIME 250-SIZE 250 DSN
So I guess the answer is no, it doesn't support AUTH. What gives? When I originally built Courier I used: ./configure --prefix=/opt/courier --with-authmysql

