Change default value of SOGoMailSpoolPath

Set the spool path to /var/spool/sogo and modified the installation
guide to point to the tmpwatch cronjob when changing SOGoMailSpoolPath.
This commit is contained in:
Francis Lachapelle
2013-05-09 08:12:27 -04:00
parent 8a25e38827
commit 2bd8a2935f
3 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -26,7 +26,7 @@
SOGoMailingMechanism = "sendmail";
SOGoSMTPServer = "localhost";
SOGoMailSpoolPath = "/tmp";
SOGoMailSpoolPath = "/var/spool/sogo";
SOGoWebAccessEnabled = YES;
SOGoCalendarDAVAccessEnabled = YES;