# postfwd daemon configuration

# rulesetconfig file
PFWCFG=/etc/postfwd/postfwd.cf

# new settings
PFW_SERVER_SOCKET=tcp:0.0.0.0:10040
PFW_CACHE_SOCKET=unix::/run/postfwd/cache.socket
PFW_SAVE_RATES=/run/postfwd/rates
PFW_SAVE_GROUPS=/run/postfwd/groups
# 0 disable caching of policy checks.
# With caching, the rate count is not correct, and I want it enforced.
PFW_CACHE="0"

# You can only add one argument per variable, courtesy of systemd.
# (probably because I did not understand how systemd handles env variables)
# Dump postfwd stats every X seconds:
PFW_SUMMARY="--summary=3600"
# Disable statistics when idle:
PFW_NOIDLE="--noidlestats"

# And if you need to pass more arguments, you have to modify the systemd
# service unit (again, I have to find some reference unit, as I think it
# should be possible).
