Hello I try to connect to dovecot from roundcube using this setup: $config['default_host'] = 'ssl://chogolisa.akadia.com'; $config['default_port'] = 993; and I get the following error message from dovecot: Jun 19 11:30:21 chogolisa dovecot: imap-login: Disconnected (no auth attempts in 0 secs): user=<>, rip=84.253.50.195, lip=84.253.50.195, TLS handshaking: Connection closed, session=<wEra4KmLm+ZU/TLD> When I try to connect from: $config['default_host'] = 'tls://chogolisa.akadia.com'; $config['default_port'] = 143; it works ! Roundcube: 1.0.12 Dovecot: 2.3.6 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.zahn at akadia.com
Jean-Daniel Dupas
2019-Jun-19 10:50 UTC
Cannot connect to DOVECOT from Roundcube using SSL on Port 993
> Le 19 juin 2019 ? 11:34, zahn via dovecot <dovecot at dovecot.org> a ?crit : > > Hello > > I try to connect to dovecot from roundcube using this setup: > > $config['default_host'] = 'ssl://chogolisa.akadia.com'; > $config['default_port'] = 993; > > and I get the following error message from dovecot: > > Jun 19 11:30:21 chogolisa dovecot: imap-login: Disconnected (no auth attempts in 0 secs): user=<>, rip=84.253.50.195, lip=84.253.50.195, TLS handshaking: Connection closed, session=<wEra4KmLm+ZU/TLD> > > When I try to connect from: > > $config['default_host'] = 'tls://chogolisa.akadia.com'; > $config['default_port'] = 143; > > it works ! > > Roundcube: 1.0.12 > Dovecot: 2.3.6 > > Can you help me ?Look like your using a very old roundcube instance. Maybe you should start by updating it. I'm using the same setting with roundcube 1.3.9 (ssl://hostname <ssl://hostname>, port 993), and never had any issue connection dovecot. -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://dovecot.org/pipermail/dovecot/attachments/20190619/847e786a/attachment.html>