On Monday 17 November 2003 14:30, Peter Koczan wrote:
Nope, I can't download my mail, immediately after the connection the server
gives the error and does nothing else at all. The annoying thing about this
is that I don't know about any debug feature or something that would give a
more detailed error about this problem.
Can you log in using non-encrypted POP3? If you look in the
/etc/courier/pop3d file there's a variable called "DEBUG_LOGIN" which you can
set to "2" and it will show you more information about the login including
the username and password that got passed to courier. It may or may not be
helpful.
Try logging in using openssl and see what happens. It might give you more to
go on if you could watch the actual connection:
# openssl s_client -connect localhost:995
<snip>
+OK Hello there.
user username
+OK Password required.
pass password
+OK logged in.
list
+OK POP3 clients that break here, they violate STD53.
1 562
2 341
3 1319
.
quit
+OK Bye-bye.