10 Jul
2022
10 Jul
'22
4:19 a.m.
And here is my managesieve configuration from my roundcube server. /var/www/roundcube/plugins/managesieve/config.inc.php
<?php
$config['managesieve_port'] = 4190;
$config['managesieve_host'] = 'ssl://10.116.0.2'; Did you enable ssl on the dovecot managesieve listener?
Also in roundcube configuration ssl:// is used for implicit ssl and tls:// is used for starttls. More help can be given when you provide information about your dovecot configuration.
Christian Kivalo