diff options
-rw-r--r-- | share/templates/roundcubemail/config.inc.php.tpl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/share/templates/roundcubemail/config.inc.php.tpl b/share/templates/roundcubemail/config.inc.php.tpl index aa05536..9f7d0a4 100644 --- a/share/templates/roundcubemail/config.inc.php.tpl +++ b/share/templates/roundcubemail/config.inc.php.tpl @@ -50,6 +50,16 @@ ) ); + // ManageSieve Settings + // ManageSieve Connection TLS settings, adjust for Production + \$config['managesieve_conn_options'] = Array( + 'ssl' => Array( + 'verify_peer_name' => false, + 'verify_peer' => false, + 'allow_self_signed' => true + ) + ); + // LDAP Settings \$config['ldap_cache'] = 'db'; \$config['ldap_cache_ttl'] = '1h'; |