From 29e081ec5629e06c5f0839e5bc1d21122100fee8 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Thu, 13 Feb 2014 12:53:07 -0500 Subject: [PATCH] Add more parameters examples to sogo.conf --- Scripts/sogo.conf | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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;