1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-01-07 22:19:19 +00:00

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

This commit is contained in:
andryyy
2020-07-11 13:23:22 +02:00
parent 09ad2b1314
commit f2a68b2ff1

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>imaps://${IPV4_NETWORK}.250:993</string>
<string>imap://${IPV4_NETWORK}.250:143/?TLS=NO</string>
<key>SOGoTrustProxyAuthentication</key>
<string>${TRUST_PROXY}</string>
<key>SOGoEncryptionKey</key>