Hi,

my roundcube was connecting happily to dovecot2 server over TLS
for a few years, until recent upgrade of php ports (5.4 -> 5.6) and
roundcube (1.0.5 -> 1.1.0).

Luckily, all I needed to add to roundcube config was:

$config['imap_conn_options'] = array(
        'ssl' => array(
                        'verify_peer' => true,
                        'verify_depth' => 3,
                        'cafile' => '/etc/ssl/public/dovecot.pem',
                        ),
);

I found this information on archlinux forums:
https://bbs.archlinux.org/viewtopic.php?id=193012

Hope this saves some time to someone, I had my webmail non-functional
longer than I'd like to because of this change.

Regards,
-- 
Marko Cupać
https://www.mimar.rs
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to