On Mon, Jul 09, 2001 at 01:05:46AM +0600, Syed Faruque Ahmed wrote:
Thanks for your answer. I hope this mail goes through (the sender is of course wrong):
> Sometimes telnet to port 110 on the machine and trying to login using pop3
> commands can produce readable error messages. Why don't you try it to get
> some more hints about what the pop server is not able to do; i.e.
> (on the same machine)
> #telnet 127.0.0.1 110
> (pop3 message)
> user "username"
> pass "password"
> >
(robin@mail1):(~)$ telnet localhost 110
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
+OK <[EMAIL PROTECTED]>
user [EMAIL PROTECTED]
+OK
pass PASS
+OK
list
+OK
.
Ummmm...