diff options
author | beech <beech@FreeBSD.org> | 2008-10-18 13:22:55 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2008-10-18 13:22:55 +0800 |
commit | a475eff3a61d9a55786bf31434bddce2348b9232 (patch) | |
tree | 3c4f9655a34d840df4a3fbed7d73bd88a2522100 /mail/postfix-postfwd/files | |
parent | 994d01c262df427818aaf6ab3b6068cb1d286359 (diff) | |
download | freebsd-ports-gnome-a475eff3a61d9a55786bf31434bddce2348b9232.tar.gz freebsd-ports-gnome-a475eff3a61d9a55786bf31434bddce2348b9232.tar.zst freebsd-ports-gnome-a475eff3a61d9a55786bf31434bddce2348b9232.zip |
- Update to 1.10pre8b
PR: ports/128019
Submitted by: Sahil Tandon <sahil@tandon.net> (maintainer)
Diffstat (limited to 'mail/postfix-postfwd/files')
-rw-r--r-- | mail/postfix-postfwd/files/postfwd.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/postfix-postfwd/files/postfwd.in b/mail/postfix-postfwd/files/postfwd.in index 1f8580c706cb..78ede09dceff 100644 --- a/mail/postfix-postfwd/files/postfwd.in +++ b/mail/postfix-postfwd/files/postfwd.in @@ -40,6 +40,6 @@ esac : ${postfwd_enable="NO"} : ${postfwd_config="%%PREFIX%%/etc/${name}.conf"} -command_args="-d -f ${required_files} -i 127.0.0.1 -p 10040 -u nobody -g nobody -S" +command_args="--shortlog --summary=600 --cache=600 --cache-rbl-timeout=3600 --cleanup-requests=1200 --cleanup-rbls=1800 --cleanup-rates=1200 -d -f ${required_files} -i 127.0.0.1 -p 10040 -u nobody -g nobody" run_rc_command "$1" |