--Michael Raidel wrote on 10.12.2001 13:05 +0100:

> The only hint, that the daemon is living on the correct port and theres
> "only" a problem with authentification: when I set the correct IP in imapd,
> the client (OE) immediately responds (Connection error). When I set another
> IP-Adress (fe 127.0.0.1), it takes minutes until the client says "server
> doesn't respond". So, Courier seems to be running but doesn't want to talk to

Please dont try to debug with Outluck...

Real hackers use `telnet myhostname 143` and then:

Connected to myhostname
Escape character is '^]'.
* OK Courier-IMAP ready. Copyright 1998-2001 Double Precision, Inc.  See
COPYING for distribution information.
CAPABILITY
* CAPABILITY IMAP4rev1 CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT
THREAD=REFERENCES SORT AUTH=CRAM-MD5 AUTH=PLAIN IDLE
CAPABILITY OK CAPABILITY completed
A0 LOGIN username password
A0 OK LOGIN Ok.
A1 SELECT INBOX
* FLAGS (\Answered \Flagged \Deleted \Seen \Recent)
* OK [PERMANENTFLAGS (\Answered \Flagged \Deleted \Seen)] Limited
* 258 EXISTS
* 0 RECENT
* OK [UIDVALIDITY 985135163] Ok
A1 OK [READ-WRITE] Ok
QUIT
QUIT NO Error in IMAP command received by server.


If authentification dont work also try authtest from the source.

Roland


_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to