1

Topic: Filters + Vacations unable to connect to server

Hello,
I use the v0.9.8 on Debian 9, MYSQL, Nginx.
Since today when I hit those options "filters" + "Vacations" I get this error:

"Unable to connect to server"

Deamons are up, chown seem good...What I'm missing here?

Thnk you.

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: Filters + Vacations unable to connect to server

I resolve this by correct this:

$config['managesieve_auth_type'] = PLAIN;

$config['managesieve_conn_options'] = array(
  'ssl'         => array(
     'verify_peer'  => true,
     'verify_depth' => 3,
     'cafile'       => '/etc/letsencrypt/live/mydomain.com/fullchain.pem'
   ),
);


In: plugins/managesieve/config.inc.ph