[SOGo] Re-enable TLS for internal IMAP connections, enable TLS for internal SMTP connections

[Web] Minor fix in quarantine view
This commit is contained in:
andryyy
2020-09-24 21:51:32 +02:00
parent e2d98323ef
commit c3c98348e2
4 changed files with 5 additions and 5 deletions

View File

@@ -27,8 +27,8 @@
// );
// self-signed is not trusted anymore
SOGoSieveServer = "sieve://dovecot:4190/?tls=NO";
SOGoSMTPServer = "postfix:588";
SOGoSieveServer = "sieve://dovecot:4190/?TLS=YES&tlsVerifyMode=none";
SOGoSMTPServer = "smtp://postfix:588/?TLS=YES&tlsVerifyMode=none";
WOPort = "0.0.0.0:20000";
SOGoMemcachedHost = "memcached";