[SOGo] SOGo does no trust self signed or invalid certificates anymore, add temp workaround
parent
e1aadb0268
commit
2344310f47
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue