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

This commit is contained in:
andryyy
2020-07-11 13:32:49 +02:00
parent e1aadb0268
commit 2344310f47

View File

@@ -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";