|
@@ -16,6 +16,9 @@
|
|
SOGoFoldersSendEMailNotifications = YES;
|
|
SOGoFoldersSendEMailNotifications = YES;
|
|
SOGoForwardEnabled = YES;
|
|
SOGoForwardEnabled = YES;
|
|
|
|
|
|
|
|
+ // Option to set Users as admin to globally manage calendar permissions etc. Disabled by default
|
|
|
|
+ // SOGoSuperUsernames = ("moo@example.com");
|
|
|
|
+
|
|
SOGoUIAdditionalJSFiles = (
|
|
SOGoUIAdditionalJSFiles = (
|
|
js/theme.js,
|
|
js/theme.js,
|
|
js/custom-sogo.js
|
|
js/custom-sogo.js
|
|
@@ -38,6 +41,7 @@
|
|
|
|
|
|
SOGoLanguage = English;
|
|
SOGoLanguage = English;
|
|
SOGoMailAuxiliaryUserAccountsEnabled = YES;
|
|
SOGoMailAuxiliaryUserAccountsEnabled = YES;
|
|
|
|
+ // SOGoCreateIdentitiesDisabled = NO;
|
|
SOGoMailCustomFromEnabled = YES;
|
|
SOGoMailCustomFromEnabled = YES;
|
|
SOGoMailingMechanism = smtp;
|
|
SOGoMailingMechanism = smtp;
|
|
SOGoSMTPAuthenticationType = plain;
|
|
SOGoSMTPAuthenticationType = plain;
|