mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-21 03:02:09 +00:00
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:
parent
4bac95f309
commit
623f69e289
@ -208,7 +208,7 @@ tools/editconf.py /etc/default/postfwd \
|
|||||||
INET=127.0.0.1 \
|
INET=127.0.0.1 \
|
||||||
PORT=10040 \
|
PORT=10040 \
|
||||||
RUNAS="postfw" \
|
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
|
# 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.
|
# This configuration will accept emails right away (no greylist) for servers in DNSWL, gmail, hotmail, outlook, etc.
|
||||||
|
Loading…
Reference in New Issue
Block a user