11 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Re: ESMTP-Auth pr...
FromSent OnAttachments
Markus MohrMay 30, 2001 3:04 am 
Sam VarshavchikMay 30, 2001 3:00 pm 
Markus MohrMay 31, 2001 2:12 am 
Markus MohrJun 5, 2001 5:44 am 
Anand BuddhdevJun 5, 2001 6:17 am 
Markus MohrJun 5, 2001 7:10 am 
Anand BuddhdevJun 5, 2001 7:25 am 
Markus MohrJun 5, 2001 8:40 am 
ana...@celtelplus.comJun 5, 2001 11:13 am 
Justin BackmanJun 5, 2001 12:04 pm 
Markus MohrJun 6, 2001 3:32 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] Re: ESMTP-Auth problemActions...
From:Markus Mohr (mar@netgroup.de)
Date:Jun 5, 2001 7:10:16 am
List:net.sourceforge.lists.courier-users

Hi!

technik:~/# telnet technik 25 Trying 127.0.0.1... Connected to technik. Escape character is '^]'. 220 technik ESMTP ehlo localhost 250-technik Ok. 250-AUTH LOGIN 250-AUTH=LOGIN X-NETSCAPE-HAS-BUGS 250-XVERP 250-XEXDATA 250-XSECURITY=NONE,STARTTLS 250-PIPELINING 250-8BITMIME 250-SIZE 250 DSN

Difference to your example:

250-STARTTLS

which is AFAIK an encrypted connection and nothing that matters in this case, correct?

auth login 334 VXNlcm5hbWU6 dXNlcjFAdGVzdC1pbnRlcm4uZGUK 334 UGFzc3dvcmQ6 dGVzdAo= 535 Authentication failed.

How do you base64-encode the username and password? I'll leave that for you to figure out (hint: use tools like perl or python).

Or use uuen- and -decode (with the -m parameter). The username used was mailto:'use@test-intern.de' pw 'test'. Testing with pop3:

technik:~/# telnet technik 110 Trying 127.0.0.1... Connected to technik. Escape character is '^]'. +OK Hello there. user use@test-intern.de +OK Password required. pass test +OK logged in.

I´m puzzled. Any further help _greatly_ apreciated!

ciao marksu