docker-image-postfix/confd/conf.d/setup_postscreen.toml
Mauro Torrez c9547542c9
All checks were successful
continuous-integration/drone/push Build is passing
postscreen parametrization
2019-09-30 02:58:59 -03:00

16 lines
368 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",
]