On Wed, Jun 11, 2003 at 09:50:18AM +0200, Patrick Thomas wrote:
> TELNET:
> * OK Courier-IMAP ready. Copyright 1998-2002 Double
>  for distribution information.
> login [EMAIL PROTECTED] test
> login NO Error in IMAP command received by server.
> 
> 
> now my question, how can I debug this?
> Is command "login [EMAIL PROTECTED] test" wrong in this context?

Look into the IMAP Protocol RFC to see the actual syntax of the commands
or consider snooping actual traffic between a working IMAP server and
client (I found the latter invaluable over the last few days in seeing
how mailboxes are created on Courier -- Snort is my most favouritest
pig).

Anyway, IMAP seems to require a series of ascending command numbers
preceding an actual command.  So try
A001 login <user> <password>
e.g.
A001 login testuser testpassword

-roy


-------------------------------------------------------
This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.
_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to