diff --git a/Documentation/SOGo Installation Guide.odt b/Documentation/SOGo Installation Guide.odt index 1f36bbc1b..c3cd80043 100644 Binary files a/Documentation/SOGo Installation Guide.odt and b/Documentation/SOGo Installation Guide.odt differ diff --git a/Scripts/tmpwatch b/Scripts/tmpwatch index 00f4e0366..5aa1eb521 100644 --- a/Scripts/tmpwatch +++ b/Scripts/tmpwatch @@ -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" diff --git a/SoObjects/SOGo/SOGoDefaults.plist b/SoObjects/SOGo/SOGoDefaults.plist index 1ff09173c..69e506d8e 100644 --- a/SoObjects/SOGo/SOGoDefaults.plist +++ b/SoObjects/SOGo/SOGoDefaults.plist @@ -26,7 +26,7 @@ SOGoMailingMechanism = "sendmail"; SOGoSMTPServer = "localhost"; - SOGoMailSpoolPath = "/tmp"; + SOGoMailSpoolPath = "/var/spool/sogo"; SOGoWebAccessEnabled = YES; SOGoCalendarDAVAccessEnabled = YES;