sogo: removed URLDecrpytion by default, make it configurable in sogo.conf

This commit is contained in:
DerLinkman
2025-11-12 09:50:41 +01:00
parent 2e1d98cc7c
commit ec472f13cf
3 changed files with 8 additions and 5 deletions
+6
View File
@@ -86,6 +86,12 @@
SOGoMaximumFailedLoginInterval = 900;
SOGoFailedLoginBlockInterval = 900;
// Enable SOGo URL Description for GDPR compliance, this may cause some issues with calendars and contacts. Also uncomment the encryption key below to use it.
//SOGoURLEncryptionEnabled = NO;
// Set a 16 character encryption key for SOGo URL Description, change this to your own value
//SOGoURLPathEncryptionKey = "SOGoSuperSecret0";
GCSChannelCollectionTimer = 60;
GCSChannelExpireAge = 60;