[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

@@ -145,7 +145,7 @@ cat <<EOF > /var/lib/sogo/GNUstep/Defaults/sogod.plist
<key>OCSAclURL</key>
<string>mysql://${DBUSER}:${DBPASS}@%2Fvar%2Frun%2Fmysqld%2Fmysqld.sock/${DBNAME}/sogo_acl</string>
<key>SOGoIMAPServer</key>
<string>imap://${IPV4_NETWORK}.250:143/?TLS=NO</string>
<string>imap://${IPV4_NETWORK}.250:143/?TLS=YES&amp;tlsVerifyMode=none</string>
<key>SOGoTrustProxyAuthentication</key>
<string>${TRUST_PROXY}</string>
<key>SOGoEncryptionKey</key>