Hello
When I connect using TLS Port 143 the connection to the IMAP Server Dovecot is ok.
Configuration when OK
$config['default_host'] = 'tls://chogolisa.akadia.com';
// TCP port used for IMAP connections $config['default_port'] = 143;
However when I try to connect to Port 993 unsing SSL the Connection to the IMAP Server fails.
Configuration NOT OK
$config['default_host'] = 'ssl://chogolisa.akadia.com';
// TCP port used for IMAP connections $config['default_port'] = 993;
Error
Jun 5 10:44:52 chogolisa roundcube: IMAP Error: Login failed for zahn from 84.253.50.193. Could not connect to ssl://chogolisa.akadia.com:993: Unknown reason in /usr/local/roundcubemail-1.0.12/program/lib/Roundcube/rcube_imap.php on line 184 (POST /?_task=login?_task=login&_action=login)
My Environment:
For Testing I have once changed openssl to Version 1.0.1 - the same problem.
Can you help me ?