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:

- roundcubemail-1.0.12
- php-5.5.38
- openssl-0.9.8b-15.fc6
- apache-2.4.39

For Testing I have once changed openssl to Version 1.0.1 - the same problem.

Can you help me ?

--

Schöne Grüsse aus Oberdiessbach Martin Zahn

Akadia AG
Martin Zahn
Software Ing. HTL
Oracle Certificate Professional
Information Technology
Fichtenweg 10
CH-3672 Oberdiessbach

Tel: +41 79 410 27 87
Web: www.akadia.com
E-Mail: martin.z...@akadia.com
_______________________________________________
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users

Reply via email to