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

View File

@@ -1,5 +1,6 @@
#!/bin/sh
# SOGOSPOOL must match the value of the configuration parameter SOGoMailSpoolPath
SOGOSPOOL=/var/spool/sogo
/usr/sbin/tmpwatch 24 "$SOGOSPOOL"

View File

@@ -26,7 +26,7 @@
SOGoMailingMechanism = "sendmail";
SOGoSMTPServer = "localhost";
SOGoMailSpoolPath = "/tmp";
SOGoMailSpoolPath = "/var/spool/sogo";
SOGoWebAccessEnabled = YES;
SOGoCalendarDAVAccessEnabled = YES;