fix variable type

This commit is contained in:
Mauro Torrez 2019-09-30 17:12:06 -03:00
parent 9fa00e736e
commit 80b4ff6548

View File

@ -97,9 +97,9 @@
POSTSCREEN_DNSBL_ACTION:
"{{ postfix_postscreen_dnsbl_action }}"
POSTSCREEN_DNSBL_THRESHOLD:
"{{ postfix_postscreen_dnsbl_threshold }}"
"{{ postfix_postscreen_dnsbl_threshold | string}}"
POSTSCREEN_DNSBL_WHITELIST_THRESHOLD:
"{{ postfix_postscreen_dnsbl_whitelist_threshold }}"
"{{ postfix_postscreen_dnsbl_whitelist_threshold | string }}"
POSTSCREEN_GREET_ACTION:
"{{ postfix_postscreen_greet_action }}"