1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2024-12-14 10:52:49 +02: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
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF

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>