POP3 netcat protocol error
Posted
by user292419
on Stack Overflow
See other posts from Stack Overflow
or by user292419
Published on 2010-03-12T15:04:42Z
Indexed on
2010/03/12
15:07 UTC
Read the original article
Hit count: 598
I tried to connect to my POP3 school server as part of my assignment. Now, I can connect to the server but the real problem is when I try to log in using the "USER" command.
c:/>nc server.pop3.com 110
+OK Microsoft Exchange Server 2003 POP3 server version 6.5.7638.1 (server.pop3.com) ready.
USER myuserid
-ERR Protocol error
Now I'm wondering whether there's an issue on my side or on the server? Thank you for the time and answers.
© Stack Overflow or respective owner