diff --git a/Scripts/sogo.conf b/Scripts/sogo.conf index 05f399103..df878f811 100644 --- a/Scripts/sogo.conf +++ b/Scripts/sogo.conf @@ -33,8 +33,10 @@ //SOGoMailSpoolPath = /var/spool/sogo; //NGImap4ConnectionStringSeparator = "/"; + /* Notifications */ //SOGoAppointmentSendEMailNotifications = NO; //SOGoACLsSendEMailNotifications = NO; + //SOGoFoldersSendEMailNotifications = NO; /* Authentication */ //SOGoPasswordChangeEnabled = YES; @@ -84,7 +86,7 @@ * c_name - which can be identical to c_uid - will be used to uniquely identify entries * c_password - password of the user, plain-text, md5 or sha encoded for now * c_cn - the user's common name - such as "John Doe" - * mail - the user's mail address + * mail - the user's mail address * See the installation guide for more details */ //SOGoUserSources = @@ -105,6 +107,7 @@ //SOGoForwardEnabled = YES; //SOGoSieveScriptsEnabled = YES; //SOGoMailAuxiliaryUserAccountsEnabled = YES; + //SOGoTrustProxyAuthentication = NO; /* General */ //SOGoLanguage = English; @@ -115,6 +118,8 @@ //); //SOGoSuperUsernames = (sogo1, sogo2); // This is an array - keep the parens! //SxVMemLimit = 384; + //WOPidFile = "/var/run/sogo/sogo.pid"; + //SOGoMemcachedHost = "/var/run/memcached.sock"; /* Debug */ //SOGoDebugRequests = YES;