docker-image-postfix/confd/conf.d/setup_postscreen.toml
Mauro Torrez a5458bcf18
All checks were successful
continuous-integration/drone/tag Build is passing
sort /start.d scripts
2023-01-25 10:22:19 -03:00

17 lines
387 B
TOML

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