From 8dc2cfc2dc0abf49536e4925d0d84ee19dd153e5 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Fri, 19 May 2017 07:44:49 -0400 Subject: [PATCH] Silent sogo-tool expire-sessions cronjob Fixes #4170 --- Scripts/sogo.cron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/sogo.cron b/Scripts/sogo.cron index e7699b061..07e0edc6b 100644 --- a/Scripts/sogo.cron +++ b/Scripts/sogo.cron @@ -7,7 +7,7 @@ # Session cleanup - runs every minute # - Ajust the nbMinutes parameter to suit your needs # Example: Sessions without activity since 60 minutes will be dropped: -#* * * * * sogo /usr/sbin/sogo-tool expire-sessions 60 +#* * * * * sogo /usr/sbin/sogo-tool expire-sessions 60 > /dev/null 2>&1 # Email alarms - runs every minutes # If you need to use SMTP AUTH for outgoing mails, specify credentials to use