Make postfwd to print stats every 30 minutes

default value is 10 minutes, which spams the mail.log too much
This commit is contained in:
gustavo panizzo 2016-03-31 10:20:22 +08:00
parent 4bac95f309
commit 623f69e289
1 changed files with 1 additions and 1 deletions

View File

@ -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.