Brian, thanks for the reponse. Below are my comments.
On Fri, Jan 20, 2006 at 11:03:18PM -0800, Richard Broersma Jr wrote:
> When I try to receive mail using pop3, no mail is received. It is odd
> that I do not receive any POP3 entries in my log files with I do this.
Then either you haven't started the POP3 server, or your POP3 client is not
attempting to connect to it (perhaps it is trying to connect somewhere
else). What happens if you type
# telnet localhost 110 ?
This is the response from telneting into port 110.
[EMAIL PROTECTED] ~ # telnet localhost 110
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
+OK Hello there.
Thanks for the link I will check into it.
There is more information on debugging login problems (including your IMAP
"login failed" problem) at
http://www.courier-mta.org/authlib/README.authdebug.html
Brian.
