Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: juanqui on April 26, 2013, 11:37:54 AM

Title: SSL, MD5-CRYPT, CRAM-MD5 or DIGEST-MD5 ?
Post by: juanqui on April 26, 2013, 11:37:54 AM
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.
Title: Re: SSL, MD5-CRYPT, CRAM-MD5 or DIGEST-MD5 ?
Post by: JohnDoh on April 26, 2013, 12:36:57 PM
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.
Title: Re: SSL, MD5-CRYPT, CRAM-MD5 or DIGEST-MD5 ?
Post by: juanqui on April 26, 2013, 05:05:42 PM
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