1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-02-05 03:57:16 +00:00

[SOGo][Web] Enable SOGo URL Encryption

This commit is contained in:
FreddleSpl0it
2025-09-22 12:28:09 +02:00
parent 2891bbf82a
commit 260906e350
4 changed files with 8 additions and 7 deletions

View File

@@ -50,6 +50,10 @@ cat <<EOF > /var/lib/sogo/GNUstep/Defaults/sogod.plist
<string>YES</string>
<key>SOGoEncryptionKey</key>
<string>${RAND_PASS}</string>
<key>SOGoURLEncryptionEnabled</key>
<string>YES</string>
<key>SOGoURLEncryptionPassphrase</key>
<string>${RAND_PASS}</string>
<key>OCSAdminURL</key>
<string>mysql://${DBUSER}:${DBPASS}@%2Fvar%2Frun%2Fmysqld%2Fmysqld.sock/${DBNAME}/sogo_admin</string>
<key>OCSCacheFolderURL</key>