Fix sorting
This commit is contained in:
parent
78755979f0
commit
0413ab0fd4
1 changed files with 1 additions and 1 deletions
|
@ -139,8 +139,8 @@ postscreen_greet_action = drop
|
|||
# DNS block lists
|
||||
postscreen_dnsbl_threshold = 2
|
||||
{% if postfix_postscreen_dnsbl_sites is defined %}
|
||||
{% for site in postfix_postscreen_dnsbl_sites %}
|
||||
postscreen_dnsbl_sites =
|
||||
{% for site in postfix_postscreen_dnsbl_sites %}
|
||||
{{ site.name }}*{{ site.multiplier }}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in a new issue