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:
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