From d7430bf516ecd756a4384eca3d7a7a442b94aa93 Mon Sep 17 00:00:00 2001 From: DerLinkman Date: Mon, 26 Feb 2024 17:17:34 +0100 Subject: [PATCH] sogo: add new options to sogo.conf for update 5.10.0 --- data/conf/sogo/sogo.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/data/conf/sogo/sogo.conf b/data/conf/sogo/sogo.conf index 8d4dd93de..d398eb053 100644 --- a/data/conf/sogo/sogo.conf +++ b/data/conf/sogo/sogo.conf @@ -16,6 +16,9 @@ SOGoFoldersSendEMailNotifications = YES; SOGoForwardEnabled = YES; + // Option to set Users as admin to globally manage calendar permissions etc. Disabled by default + // SOGoSuperUsernames = ("moo@example.com"); + SOGoUIAdditionalJSFiles = ( js/theme.js, js/custom-sogo.js @@ -38,6 +41,7 @@ SOGoLanguage = English; SOGoMailAuxiliaryUserAccountsEnabled = YES; + // SOGoCreateIdentitiesDisabled = NO; SOGoMailCustomFromEnabled = YES; SOGoMailingMechanism = smtp; SOGoSMTPAuthenticationType = plain;