17 lines
390 B
TOML
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",
|
|
]
|