Results 1 to 2 of 2
I have courier installed and squirrelmail etc... When I try to login to squirrelmail with a user account it give me an error saying "connection dropped by imap server". When ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 03-18-2005 #1Just Joined!
- Join Date
- Feb 2004
- Posts
- 30
Can't authenticate with IMAP
I have courier installed and squirrelmail etc... When I try to login to squirrelmail with a user account it give me an error saying "connection dropped by imap server". When I try to login with an account not on the system it says wrong username or invalid password. courierauthtest does not work either for any account on the system. I looked at courier-config and noticed the arguement --without-authpwd. Shouldn't this be --with-authpwd since this is the module which gets all the password information from my system?
- 03-21-2005 #2Linux Enthusiast
- Join Date
- Jun 2002
- Location
- San Antonio
- Posts
- 621
The best way to debug exactly what is happening would be to see the raw transaction. To do this, you can run:
Then it will prompt you with:Code:telnet localhost 143
Once you see this, type:Code:Trying 0.0.0.0... Connected to 0. 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-2004 Double Precision, Inc. See COPYING for distribution information.
This will show you the actual error.Code:. login username password
Let us know how this works out.
--
SamuelI respectfully decline the invitation to join your delusion.


Reply With Quote
