docker-image-postfix/confd/conf.d/setup_postscreen.toml
Mauro Torrez 86ebc1a6a2
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
Disable SMTPUTF8 by default
2022-12-16 19:26:42 -03:00

17 lines
390 B
TOML

[template]
src = "setup_postscreen.tmpl"
dest = "/start.d/setup_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",
]