Hi!
I would like to ask about imap_auth_type. My roundcube service is running on different server than email server. As far as I know there are two types of authentication:
- plain
- cram-md5
When I use cram-md5 connection is failed. On PLAIN authentication is OK.
Please tell me if connection to mail server is through ssl the password is secure until someone compromise certificate or am I wrong? Password is sent to server in PLAIN form but in ssl tunel ?
Thanks in advance.