atom feed15 messages in net.sourceforge.lists.courier-users[courier-users] Re: Problems using au...
FromSent OnAttachments
ccOct 2, 2002 7:20 pm 
Sam VarshavchikOct 2, 2002 7:45 pm 
Zenon PanoussisOct 2, 2002 8:16 pm 
Barry HensleyOct 2, 2002 8:47 pm 
ccOct 3, 2002 4:13 am 
Sam VarshavchikOct 3, 2002 4:47 am 
Brian CandlerOct 3, 2002 5:59 am 
ccOct 3, 2002 7:15 am 
Brian CandlerOct 3, 2002 9:05 am 
ccOct 3, 2002 9:46 am 
Sam VarshavchikOct 3, 2002 2:48 pm 
ccOct 3, 2002 3:21 pm 
Bill SchindlerOct 3, 2002 3:35 pm 
Jonas Printzén (Hemma)Oct 4, 2002 1:37 am 
ccOct 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