docker-image-postfix/confd/conf.d/setup_postscreen.toml
Mauro Torrez a61e429d76
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
feat: allow disabling bogofilter
2020-10-20 10:15:18 -03:00

17 lines
390 B
TOML

[template]
src = "setup_postscreen.tmpl"
dest = "/start.d/setup_postscreen"
mode = "0755"
keys = [
"/postscreen/enable",
"/postscreen/access/list",
"/postscreen/blacklist/action",
"/postscreen/dnsbl/sites",
"/postscreen/dnsbl/reply/map",
"/postscreen/dnsbl/action",
"/postscreen/dnsbl/threshold",
"/postscreen/dnsbl/whitelist/threshold",
"/postscreen/greet/action",
"/bogofilter/enable",
]