On Fri, Feb 15, 2002 at 01:47:01AM -0800, Mustafa Hashmi wrote: > The log files for mail.log show the following when I > try to connect: > > ------------------------- > Feb 14 21:39:34 denet2 imapd: Connection, > ip=[::ffff:127.0.0.1] > Feb 14 21:39:52 denet2 imapd: LOGOUT, > ip=[::ffff:127.0.0.1] > -------------------------
Try an IMAP connection by hand: $ telnet localhost 143 Trying xxx.xxx.xxx.xxx... Connected to xxx.xxx.xxx.xxx. Escape character is '^]'. * OK Courier-IMAP ready. Copyright 1998-2001 Double Precision, Inc. See COPYING for distribution information. . login anand password . OK LOGIN Ok. . logout * BYE Courier-IMAP server shutting down . OK LOGOUT completed Connection closed by foreign host. This will help you verify if your authentication is working correctly. If this fails, then your authentication might be incorrectly setup. -- Anand Buddhdev MSI-CI Holdings BV _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
