Ticket #1484643 (closed Bugs: invalid)
IMAP Authentication Error, but credentials and settings are confirmed to be correct
| Reported by: | svedman | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | |
| Component: | IMAP connection | Version: | 0.1-rc2 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
RoundCube works for all my IMAP accounts and servers, except one: imap.registrar.no. I cannot understand why, because this IMAP server works fine with other applications (Opera, SquirrelMail?, etc).
The error message in the log when I try to log in doesn't really say much either:
IMAP Error: Authentication for user@mydomain.tld failed (LOGIN): "a001 NO LOGIN failed" in on line 0
Does this suggest that RoundCube is not sending the credentials correctly to some IMAP servers? The IMAP server is on a remote host, and tells me the following with Telnet:
$ telnet imap.registrar.no 143 Trying 213.179.58.79... Connected to smtp.netclient.no. Escape character is '^]'. * OK [CAPABILITY IMAP4REV1 LOGIN-REFERRALS STARTTLS] JIMAP at 19-10-2007 09:31:23 +0000 (GMT) a login user@mydomain.tld mypassword a OK [CAPABILITY IMAP4REV1 IDLE MAILBOX-REFERRALS BINARY STARTTLS UNSELECT SCAN SORT THREAD=REFERENCES THREAD=ORDEREDSUBJECT MULTIAPPEND] User user@mydomain.tld authenticated a logout * BYE JIMAP server terminating connection a OK LOGOUT completed Connection closed by foreign host.
Again, RoundCube works for my other IMAP accounts on other servers.
I have checked the port number in main.inc.php, and it is correct. All settings are correct.
A copy of phpinfo() for the server RoundCube is running on is attached.
I had this problem in 0.1-rc1 and it still exists in 0.1-rc2.
