![]() |
|
|
|||||||
| For more information about the ads and why they're here, please see the FAQ |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
RoundCube works for all my IMAP accounts except one: imap.registrar.no. I cannot understand why, because this IMAP server works fine with other applications, including web-based ones.
The error message in the log when I try to log in doesn't really say much either: Code:
IMAP Error: Authentication for [sensored e-mail address] failed (LOGIN): "a001 NO LOGIN failed" in on line 0 Would anyone like to share their thoughts on this? Regards, Øyvind |
|
#2
|
|||
|
|||
|
Hi,
http://www.courier-mta.org/imap/]Courier-IMAP http://www.courier-mta.org/imap/[/url] is an IMAP server. Having an IMAP server is a prerequisite to be able run a IMAP-client WebMail system like RoudCube. you must check IMAP/IMAPS is running or not ? if you run with linux box, try this : [step 1] $nmap localhost |grep 143 or $nmap localhost |grep 443 [step 2] $telnet localhost 143 #this sample on mybox telnet localhost 143 Trying 127.0.0.1... Connected to localhost (127.0.0.1). 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. a login hcl@mydomain.tld mypassword a OK LOGIN Ok. a logout Connection closed by foreign host # you can show log in e.g /var/log/maillog
__________________
I'm use RoundCube with:<br />Linux 2.6.18-8.el5 (Centos 5)<br />QMAIL 1.03<br />MySQL 14.12 Distrib 5.0.22<br />Courier-IMAP-4.0.2<br />Apache/2.2.3<br />Clamav 0.91.2 with SIMCAN 1.3.1 |
|
#3
|
|||
|
|||
|
Thank you for your answer!
I tried nmap, but got the error message: Code:
nexthost: Failed to determine dst MAC address for target imap.registrar.no Code:
$ 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 hcl@mydomain.tld mypassword a OK [CAPABILITY IMAP4REV1 IDLE MAILBOX-REFERRALS BINARY STARTTLS UNSELECT SCAN SORT THREAD=REFERENCES THREAD=ORDEREDSUBJECT MULTIAPPEND] User hcl@mydomain.tld authenticated a logout * BYE JIMAP server terminating connection a OK LOGOUT completed Connection closed by foreign host. Is it the server or RoundCube that is "buggy" here? |
|
#4
|
|||
|
|||
|
Hi, are you running on hosting ? or own server ? for IMAP, i see a trouble with Authentication library (authdaemon). Or if you running with hosting, tell your hosting administrator. a sample fixed, restart 'authdaemon' and try login with webmail.
and don't forget check main config RC for TCP/Port IMAP on $rcmail_config ['default_host'] and ['default_port'] test create a new account for test it out, don't use old mail account, It could be that you donât have the mail server setup properly, or maybe the permissions of the files were set improperly. I would have to first check to make sure that A, you are logging in properly (You might need to use username@domain.com or simply username) and also you can try login from Outlook express client. if Outlook express is ok, something a wrong on your RC setting ![]()
__________________
I'm use RoundCube with:<br />Linux 2.6.18-8.el5 (Centos 5)<br />QMAIL 1.03<br />MySQL 14.12 Distrib 5.0.22<br />Courier-IMAP-4.0.2<br />Apache/2.2.3<br />Clamav 0.91.2 with SIMCAN 1.3.1 |
|
#5
|
|||
|
|||
|
The server is with an external host.
I am able to connect with Opera and other webmail software (such as Squirrel Mail), which is why I think it might be a bug in RC. I did create new accounts for testing, as you suggested, to make sure I had the correct settings, and they worked with the other software; but not RC. The connection port is correctly put in RC's main.inc.php, and I have gone over the other RC settings to make sure everything is correct. I am using the full e-mail address as user name, and this is also correct from the mail provider. So, I think I will report this as a bug? |
|
#6
|
|||
|
|||
|
|
|
#7
|
|||
|
|||
|
I have the same issue and still no solution:
Code:
IMAP Error: Authentication for <user> failed (LOGIN): "a001 NO LOGIN failed" in on line 0 IMAP Error: Authentication for <user@domain.tld> failed (LOGIN): "a001 NO LOGIN failed" in on line 0 Code:
[step 2] from hcl $telnet localhost 143 #this sample on mybox telnet localhost 143 Trying 127.0.0.1... Connected to localhost (127.0.0.1). 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. a login hcl@mydomain.tld mypassword a OK LOGIN Ok. a logout Connection closed by foreign host # you can show log in e.g /var/log/maillog Code:
# 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. a login user@domain.tld password a NO Login failed. Code:
Oct 25 13:52:02 hostname imapd: Connection, ip=[::ffff:127.0.0.1] Oct 25 13:52:18 hostname imapd: LOGIN FAILED, user=user@domain.tld, ip=[::ffff:127.0.0.1] Oct 25 13:53:36 hostname imapd: Connection, ip=[::ffff:127.0.0.1] Oct 25 13:53:36 hostname imapd: LOGIN FAILED, user=user@domain.tld, ip=[::ffff:127.0.0.1] Oct 25 13:53:41 hostname imapd: Disconnected, ip=[::ffff:127.0.0.1], time=5 Oct 25 13:53:46 hostname imapd: Connection, ip=[::ffff:127.0.0.1] Oct 25 13:53:46 hostname imapd: LOGIN FAILED, user=user, ip=[::ffff:127.0.0.1] Oct 25 13:53:51 hostname imapd: Disconnected, ip=[::ffff:127.0.0.1], time=5 Is there no solution, is this maybe even a bug ? please excuse my bad english |
|
#8
|
|||
|
|||
|
Quote:
I do hope you're using your actual username and password with Telnet? ![]() |
|
#9
|
|||
|
|||
|
yes i login witht the real username, code above was just edited to post here
![]() |
|
#10
|
|||
|
|||
|
Bug reported: http://trac.roundcube.net/ticket/1484643
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
| For more information about the ads and why they're here, please see the FAQ |