<html xmlns="http://www.w3.org/1999/xhtml"><head> <title></title> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> </head> <body style="font-family:Helvetica;color:#000000;font-size:16px;"><div id="CanaryBody"> <div> <div>$config['managesieve_port'] = 4190;</div><div><br></div><div>$config['managesieve_host'] = 'ssl://mx1.la1.blah.com';</div><div><br></div><div>$config['managesieve_auth_type'] = null;</div><div><br></div><div>$config['managesieve_auth_cid'] = null;</div><div><br></div><div>$config['managesieve_auth_pw'] = null;</div><div><br></div><div>$config['managesieve_usetls'] = false;</div><div><br></div><div>$config['managesieve_conn_options'] = array(</div><div>        'ssl' => array(</div><div>            'verify_peer'       => false,</div><div>            'allow_self_signed' => true,</div><div>        ),</div><div>    );</div></div><div><br></div><div>Same error in the logs.  I’m actually not seeing a separate log for sieve.  Maybe I have to define a log location or something?</div><div><br></div><div>-jeremy</div><div><br></div><div><br></div> </div> <div id="CanarySig"> <div> <div style="font-family:Helvetica;"><br></div> <div><br></div> </div> </div> <div id="CanaryDropbox"> </div> <blockquote id="CanaryBlockquote"> <div> <div>On Tuesday, Jun 07, 2022 at 12:24 AM, Aleksander Machniak <<a href="mailto:alec@alec.pl">alec@alec.pl</a>> wrote:<br></div> <div>On 07.06.2022 08:42, Jeremy Hansen wrote: <br><blockquote type="cite">$config['managesieve_host'] = 'ssl://mx1.la1.blah.com'; <br> <br>$config['managesieve_auth_type'] = PLAIN; <br></blockquote> <br>Try null, and PLAIN should be in quotes. <br> <br><blockquote type="cite">$config['managesieve_usetls'] = true; <br></blockquote> <br>I'd set this option to false, and control the connection type by use of <br>ssl:// or tls:// prefix in managesieve_host. ssl + tls does not make sense. <br> <br><blockquote type="cite">$config['managesieve_debug'] = true; <br></blockquote> <br>Did you check logs/sieve.log? <br> <br>-- <br>Aleksander Machniak <br>Kolab Groupware Developer [https://kolab.org] <br>Roundcube Webmail Developer [https://roundcube.net] <br>---------------------------------------------------- <br>PGP: 19359DC1 # Blog: https://kolabian.wordpress.com <br></div> </div> </blockquote> </body></html>