From b46781c693fbbf71a28f0daaa838041990fbfd16 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Thu, 27 Apr 2017 09:40:24 -0400 Subject: [PATCH] Silent sogo-ealarms-notify Fixes #4157 --- Scripts/sogo.cron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/sogo.cron b/Scripts/sogo.cron index 31e90edfa..e7699b061 100644 --- a/Scripts/sogo.cron +++ b/Scripts/sogo.cron @@ -12,7 +12,7 @@ # Email alarms - runs every minutes # If you need to use SMTP AUTH for outgoing mails, specify credentials to use # with '-p /path/to/credentialsFile' (same format as the sieve credentials) -#* * * * * sogo /usr/sbin/sogo-ealarms-notify +#* * * * * sogo /usr/sbin/sogo-ealarms-notify > /dev/null 2>&1 # Daily backups # - writes to ~sogo/backups/ by default