[Please reply to the list] On Mon, Jan 23, 2006 at 05:40:35AM -0800, Richard Broersma Jr wrote: > > ----- Original Message ---- > From: Brian Candler <[EMAIL PROTECTED]> > To: Richard Broersma Jr <[EMAIL PROTECTED]> > Cc: [email protected] > Sent: Sunday, January 22, 2006 10:50:57 PM > Subject: Re: [Courier-imap] Problems sending/receiving Mail > Courier-IMAP 4.0.1 > On Sun, Jan 22, 2006 at 07:03:00PM -0800, Richard Broersma Jr > wrote > > 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. > And do you get a log entry? What if you type > USER username > PASS password > > These are the results from the "telnet localhost 110". > > [EMAIL PROTECTED] ~ # telnet localhost 110 > Trying 127.0.0.1... > Connected to localhost. > Escape character is '^]'. > +OK Hello there. > USER richard > +OK Password required. > PASS ****** > -ERR Temporary problem, please try again later > Connection closed by foreign host. > > Do you get a log entry then? > > This is the log created from the attemped connection. > > Jan 23 05:36:28 [pop3d] LOGIN FAILED, user=richard, > ip=[::ffff:127.0.0.1] > Jan 23 05:36:28 [pop3d] authentication error: Input/output error > This is the same error I get when I try to connect using the IMAP > port.
OK. So the fact you don't get any log when you try your POP3 client means there's a separate problem with your POP3 client, or between your POP3 client and courier-imap. Firewall rules, for example. So now you have an authentication error, you need to crank up the authentication debugging as described at http://www.courier-mta.org/authlib/README.authdebug.html This will show you each of the modules being tried in turn and what happens with each one. You should also be able to replicate the problem more quickly using # authtest richard <password> Regards, Brian. ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ Courier-imap mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-imap
