Sieve configuration for roundcube

Aleksander Machniak alec at alec.pl
Tue Jun 7 07:23:12 UTC 2022


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


More information about the dovecot mailing list