News and Announcements > General Discussion

login failed in roundcube only

(1/2) > >>

r2zvi:
environment: postfix + dovecot + postfixadmin + mysql + roundcube
two domains set up, i can login every account in both domains with thunderbird

config.inc.php:

--- Code: ---// system error reporting, sum of: 1 = log; 4 = show
$config['debug_level'] = 4;
// Log SQL queries
$config['sql_debug'] = true;
// Log IMAP conversation
$config['imap_debug'] = true;
// Log LDAP conversation
$config['ldap_debug'] = true;
// Log SMTP conversation
$config['smtp_debug'] = true;
$config['db_dsnw'] = 'mysql://roundcube:PASS@localhost/roundcubemail';
$config['default_host'] = 'localhost';
$config['default_port'] = 143;
$config['smtp_server'] = 'localhost';
$config['smtp_port'] = 25;
$config['smtp_user'] = '%u';
$config['smtp_pass'] = '%p';
$config['plugins'] = array(
    'archive',
    'zipdownload',
);
--- End code ---
maillog:

--- Code: ---Feb  3 21:22:43 mx dovecot: imap-login: Disconnected (auth failed, 1 attempts in 2 secs): user=<user@domain.ltd>, method=CRAM-MD5, rip=127.0.0.1, lip=127.0.0.1, secured, session=<bB5Je266ioN/AAAB>
--- End code ---

where should i start to figure out the problem? Thanks

alec:
default_host='tls://localhost'

r2zvi:
i tried that, no luck,  "Connection to storage server failed"
and in maillog, there is no user name presented, the same applies to "ssl://localhost"

--- Code: ---Feb  4 02:28:23 mx dovecot: imap-login: Disconnected (no auth attempts in 0 secs): user=<>, rip=127.0.0.1, lip=127.0.0.1, TLS, session=<A3QrdXm6lIN/AAAB>
--- End code ---

alec:
Look into Roundcube error log, and/or enable imap_debug there. It may give you some hints.

r2zvi:
well, if you look closely, i've already turned on all the log options in config.inc.php, but no any other logs found except the ones posted here.
Thanks for your help anyway

Navigation

[0] Message Index

[#] Next page

Go to full version