Roundcube Community Forum

 

SSL, MD5-CRYPT, CRAM-MD5 or DIGEST-MD5 ?

Started by juanqui, April 26, 2013, 11:37:54 AM

Previous topic - Next topic

juanqui

Hi, I have a problem with authentication login.

I have mysql tables working with postfixadmin, and don“t understand why can`t login to my imap server.

MD5-CRYPT in dovecot and postfixadmin, is CRAM-MD5 or DIGEST-MD5 in roundcube ?

Thanks Juan.

JohnDoh

they are not the same thing at all MD5-CRYPT is an encryption function while CRAM-MD5/DIGEST-MD5 are methods of authentication...

i suggest you set $rcmail_config['imap_auth_type'] to null in your config and Roundcube will try and figure it out for you.
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more...

juanqui

Thanks, the only thing to make it work was add plain to the auth_mechanisms, and it worked, i also mantained the disable_plaintext_auth = yes and can login through the webmail with ssl.

Thanks, Juan