mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-11 01:41:22 +00:00
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:
Binary file not shown.
@@ -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"
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
|
||||
SOGoMailingMechanism = "sendmail";
|
||||
SOGoSMTPServer = "localhost";
|
||||
SOGoMailSpoolPath = "/tmp";
|
||||
SOGoMailSpoolPath = "/var/spool/sogo";
|
||||
|
||||
SOGoWebAccessEnabled = YES;
|
||||
SOGoCalendarDAVAccessEnabled = YES;
|
||||
|
||||
Reference in New Issue
Block a user