Roundcube Community Forum

 

a001 NO [AUTHENTICATIONFAILED] Authentication failed.

Started by doahh, January 06, 2011, 06:52:05 PM

Previous topic - Next topic

doahh

Everything in the installation went fine, but I am getting the following error when I try to log in:


IMAP Error in /var/www/webmail-roundcube-0.4.2/program/include/rcube_imap.php (143): Authentication for [email protected] failed (LOGIN): a001 NO [AUTHENTICATIONFAILED] Authentication failed.


This is my roundcube error log:


[06-Jan-2011 23:42:33 +0000]: IMAP Error: Authentication for [email protected] failed (LOGIN): a001 NO [AUTHENTICATIONFAILED] Authentication failed. in /var/www/webmail-roundcube-0.4.2/program/include/rcube_imap.php on line 143 (POST /?_task=&_action=login)


and this is my mail.log:


Jan  6 23:49:17 donkey dovecot: imap-login: Disconnected (auth failed, 1 attempts): user=, method=PLAIN, rip=192.168.0.1, lip=192.168.0.110, TLS


I am using Exim and Dovecot, and can login and send emails fine through KMail.

Any ideas?

JohnDoh

that last log entry you posted from your mail.log says it all.... "(auth failed, 1 attempts)" so either the username or the password is wrong. log using kmail then check the mail.log and compare the usernames.
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more...

doahh

Thanks you! You were right. I had the:


$rcmail_config['username_domain'] = 'domain.tld';


filled in, when I should have had it blank. Many thanks.