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

master
andryyy 2020-07-11 13:32:49 +02:00
parent e1aadb0268
commit 2344310f47
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF
1 changed files with 2 additions and 1 deletions

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