Roundcube Community Forum

 

Problem with imap auth type

Started by alcazone, April 14, 2009, 06:46:30 AM

Previous topic - Next topic

alcazone

Hi,

i still have some problems getting roundcube running.

STMP works fine, but IMAP Login is not possible:
Authentication for [email protected] failed (AUTH): "a000 NO Authentication failed. ")

I had a look at the mail logs and the only thing that was different was the imap auth type:
Outlook: method=PLAIN (working)
Roundcube: method=CRAM-MD5 (not working)

So i check the roundcube config and switched the auth type to plain:
$rcmail_config['imap_auth_type'] = 'plain';

But it doens't help. Rouncube uses still CRAM-MD5.

Does anybody has an idea why roundcube doesn't use plain (what is configured in the config)?

Thanks
al cazone

alcazone

Nobody have an idea? :confused:

alcazone

Well, i solved it today.

Just change the dovecot config auth mechanisms to:
auth default{
 mechanisms = [I]plain login[/I]
 ...
}