Hello Carl,
The correct IMAP syntax requires a unique tag preceding every command.
This is, because the replying server can then, by this tag, refer to your command and give a response /
error message.

So, in front of your command you have to write a unique tag like "a1" or the like.
Which tags you write is,AFAIK, not important, as long as you give every command a new tag.
So, just take a1,a2,a3,a4,b1,b3, or sth. like this ( e.g.: "a1 login carl mypass", "a2 create newbox")
Hope, this solves your problem,
Christoph.


Carl-Johan Kihlbom wrote:

I have installed a combination of Postfix/MySQL/Courier-IMAP, and have finally got Postfix/MySQL working. Courier-IMAP is still giving me problems.
I can't seem to connect properly, or it won't accept my commands or something. Here's what a telnet localhost 143 outputs:
Trying 127.0.0.1...
Connected to mail.foo.com.
Escape character is '^]'.
INFO: LOGIN, user=user, ip=[127.0.0.1]
* PREAUTH Ready.
? LOGIN user password
?, NO Error in IMAP command received by server.

Anything I try gives an error, as seen on the last line. The problem is that I don't know how to troubleshoot it. How can I monitor what Courier-IMAP does when I connect to port 143? Any logs? Command utils? Or do you perhaps know what's wrong already?

Thanks,

CJ Kihlbom



-------------------------------------------------------
This SF.net email is sponsored by: ApacheCon, November 18-21 in
Las Vegas (supported by COMDEX), the only Apache event to be
fully supported by the ASF. http://www.apachecon.com
_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



-------------------------------------------------------
This SF.net email is sponsored by: ApacheCon, November 18-21 in
Las Vegas (supported by COMDEX), the only Apache event to be
fully supported by the ASF. http://www.apachecon.com
_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to