Bill Shupp wrote:
Carl Parrish wrote:
Okay I've followed the toaster on a fresh server. *Much* less
problems this time. However I just can't seem to get imap to work. I
don't see what wrong. Pop is working for pulling mail off the server
but I can't use it as an outgoing server. The logs all seem to be
okay only I don't know what log to look at for imap. This is what I
get when I try to test imap
telnet localhost 143
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
* OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE
THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE ACL
ACL2=UNION STARTTLS] Courier-IMAP ready. Copyright 1998-2005 Double
Precision, Inc. See COPYING for distribution information.
login [EMAIL PROTECTED] ****
login NO Error in IMAP command received by server.
Connection closed by foreign host.
Any thoughts on what I should look at to understand this?
That's not a a valid IMAP command. Commands need to start with an
identifier (not exactly sure what that part of the conversation is
called). Instead of:
login [EMAIL PROTECTED] ****
You would use:
a001 login [EMAIL PROTECTED] ****
That's why it's complaining.
Regards,
Bill
Thanks Bill,
It looks like imap *was* working, I just didn't know how to test it
properly. Now I just need to figure out what's wrong with sqmail. Thanks
a lot.