File SOGo5-conf.patch of Package SOGo5
Index: SOGo-5.2.0/Scripts/sogo.conf
===================================================================
--- SOGo-5.2.0.orig/Scripts/sogo.conf
+++ SOGo-5.2.0/Scripts/sogo.conf
@@ -19,7 +19,14 @@
//SOGoProfileURL = "postgresql://sogo:sogo@localhost:5432/sogo/sogo_user_profile";
//OCSFolderInfoURL = "postgresql://sogo:sogo@localhost:5432/sogo/sogo_folder_info";
//OCSSessionsFolderURL = "postgresql://sogo:sogo@localhost:5432/sogo/sogo_sessions_folder";
-
+ //OCSEMailAlarmsFolderURL = "postgresql://sogo:sogo@localhost:5432/sogo/sogo_alarms_folder";
+
+ /* With 3 parameters below, SOGo requires only 9 SQL tables in total */
+ /* instead of creating 4 SQL tables for each user. */
+ //OCSStoreURL = "postgresql://sogo:sogo@localhost:5432/sogo/sogo_store";
+ //OCSAclURL = "postgresql://sogo:sogo@localhost:5432/sogo/sogo_acl";
+ //OCSCacheFolderURL = "postgresql://sogo:sogo@localhost:5432/sogo/sogo_cache_folder";
+
/* Mail */
//SOGoDraftsFolderName = Drafts;
//SOGoSentFolderName = Sent;
@@ -107,13 +114,16 @@
//SOGoVacationEnabled = YES;
//SOGoForwardEnabled = YES;
//SOGoSieveScriptsEnabled = YES;
+ //SOGoMailAddOutgoingAddresses = NO;
//SOGoMailAuxiliaryUserAccountsEnabled = YES;
+ //SOGoEnableEMailAlarms = YES;
//SOGoTrustProxyAuthentication = NO;
//SOGoXSRFValidationEnabled = NO;
/* General - SOGoTimeZone *MUST* be defined */
//SOGoLanguage = English;
//SOGoTimeZone = America/Montreal;
+ //SOGoFirstDayOfWeek = 0;
//SOGoCalendarDefaultRoles = (
// PublicDAndTViewer,
// ConfidentialDAndTViewer
@@ -122,6 +132,9 @@
//SxVMemLimit = 384;
//WOPidFile = "/var/run/sogo/sogo.pid";
//SOGoMemcachedHost = "/var/run/memcached.sock";
+
+ /* Special - normaly must not change or enable */
+ //MySQL4Encoding = "utf8mb4";
/* Debug */
//SOGoDebugRequests = YES;