浏览代码

[SOGo] SOGo does no trust self signed or invalid certificates anymore, add temp workaround

andryyy 5 年之前
父节点
当前提交
2344310f47
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      data/conf/sogo/sogo.conf

+ 2 - 1
data/conf/sogo/sogo.conf

@@ -26,7 +26,8 @@
     //  (domain3.tld, domain2.tld)
     // );
 
-    SOGoSieveServer = "sieve://dovecot:4190/?tls=YES";
+    // self-signed is not trusted anymore
+    SOGoSieveServer = "sieve://dovecot:4190/?tls=NO";
     SOGoSMTPServer = "postfix:588";
     WOPort = "0.0.0.0:20000";
     SOGoMemcachedHost = "memcached";