Summary | New IMAP Class defaults to CRAM-MD5? |
Queue | IMP |
Queue Version | HEAD |
Type | Bug |
State | Not A Bug |
Priority | 2. Medium |
Owners | slusarz (at) horde (dot) org |
Requester | jason (at) dixongroup (dot) net |
Created | 11/06/2005 (7179 days ago) |
Due | |
Updated | 02/09/2009 (5988 days ago) |
Assigned | 11/06/2005 (7179 days ago) |
Resolved | 12/10/2005 (7145 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
CRAM-MD5. I can login in other's email client but horde cannot
State ⇒ Not A Bug
Version ⇒ HEAD
Queue ⇒ IMP
occuring there - changes are ported into MIMP as they stabilize.
happening in IMP also (this will only be a factor if you are using a
cvs version of IMP).
imp/lib/IMAP/Client.php and report the results.
Cyrus. I usually just use PLAIN/LOGIN since connections have to be
made only on the local network (either via VPN or through HTTPS
webmail). I've confirmed that CRAM-MD5 is working fine via fetchmail:
# fetchmail -c -p imap --auth cram-md5 -u jdixon mailserver
Enter password for jdixon@mailserver:
1199 messages (7 seen) for jdixon at mailserver.
However, here are the relevant messages when I try MIMP (HEAD or 1.0_ALPHA):
Nov 6 16:07:04 mailserver PasswordService: incorrect digest response
Nov 6 16:07:04 mailserver imap[1028]: badlogin: dmzweb1.raba.com
[10.0.0.201] CRAM-MD5
This suggests an incorrect password, but it's the same password I
always use for our production Horde system (both use IMAP).
State ⇒ Feedback
correctly setup IMAP server. It is likely that your IMAP server is
incorrectly identifying that it can handle CRAM-MD5 passwords -
actually, a better way to phrase this is that your IMAP server can
handle the CRAM-MD5 authentication exchange fine, but the issue is
with the authentication db your IMAP server is connecting to. A quick
test to determine if your IMAP server should broadcast CRAM-MD5 is as
follows: Does the authentication DB that your IMAP server connect to
store its passwords in cleartext. If the answer is no, then you can
not use CRAM-MD5.
State ⇒ Assigned
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ New IMAP Class defaults to CRAM-MD5?
Queue ⇒ MIMP
State ⇒ Unconfirmed
mailserver log and noticed that this version is trying CRAM-MD5
instead of LOGIN. I don't see any options to override this behavior
in config/*. Am I getting cut by the bleeding edge (new IMAP Class)?
:)
"MSG: Could not retrieve namespace information from IMAP server."