# 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
PFW_CACHE="60"

# You can only add one argument per variable, courtesy of systemd.
# (probably because I did not understand how systemd handles env variables)
PFW_SUMMARY="--summary=600"
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).
