From 623f69e2892f5b1187099e15262aded0069c3cb3 Mon Sep 17 00:00:00 2001 From: gustavo panizzo Date: Thu, 31 Mar 2016 10:20:22 +0800 Subject: [PATCH] Make postfwd to print stats every 30 minutes default value is 10 minutes, which spams the mail.log too much --- setup/mail-postfix.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/mail-postfix.sh b/setup/mail-postfix.sh index bfd35216..7ea0d20e 100755 --- a/setup/mail-postfix.sh +++ b/setup/mail-postfix.sh @@ -208,7 +208,7 @@ tools/editconf.py /etc/default/postfwd \ INET=127.0.0.1 \ PORT=10040 \ RUNAS="postfw" \ - ARGS=\"'--summary=660 --cache=600 --cache-rdomain-only --cache-no-size --max_spare_servers=5'\" + ARGS=\"'--summary=660 --cache=600 --cache-rdomain-only --cache-no-size --max_spare_servers=5 -S 1800'\" # Install the configuration file for postfwd service. If the local admin modified it, we won't overwrite # This configuration will accept emails right away (no greylist) for servers in DNSWL, gmail, hotmail, outlook, etc.