7 Jun
2022
7 Jun
'22
10:23 a.m.
On 07.06.2022 08:42, Jeremy Hansen wrote:
$config['managesieve_host'] = 'ssl://mx1.la1.blah.com';
$config['managesieve_auth_type'] = PLAIN;
Try null, and PLAIN should be in quotes.
$config['managesieve_usetls'] = true;
I'd set this option to false, and control the connection type by use of ssl:// or tls:// prefix in managesieve_host. ssl + tls does not make sense.
$config['managesieve_debug'] = true;
Did you check logs/sieve.log?
-- Aleksander Machniak Kolab Groupware Developer [https://kolab.org] Roundcube Webmail Developer [https://roundcube.net]
PGP: 19359DC1 # Blog: https://kolabian.wordpress.com