Dear all,
I'm using Postfix + Dovecot + Mysql + RoundCube webmail. The password saved in Mysql database is MD5-CRYPT.
In Dovecot configuration, I set the authentication mechanisms:
auth default {
mechanisms = plain login digest-md5 cram-md5
}
In Round Cube main.inc.php, I set:
$rcmail_config['imap_auth_type'] = "auth";
//CRAM-MD5
But I cannot login. If I change the imap_auth_type to Plain, I can login smoothly.
Cound you please help me how to enable authentication login for Round Cube?
BRs/Minh.