Initial commit
This commit is contained in:
commit
11b84aa872
40 changed files with 995 additions and 0 deletions
13
templates/postfix/conf.d/helo_checks.j2
Normal file
13
templates/postfix/conf.d/helo_checks.j2
Normal file
|
@ -0,0 +1,13 @@
|
|||
### {{ ansible_managed }}
|
||||
|
||||
{% if postfix_default_helo_checks is defined %}
|
||||
{% for check in postfix_default_helo_checks %}
|
||||
{{ "%-30s %s" | format(check.client, check.state) }}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
|
||||
{% if postfix_helo_checks is defined %}
|
||||
{% for check in postfix_default_helo_checks %}
|
||||
{{ "%-30s %s" | format(check.client, check.state) }}
|
||||
{% endfor %}
|
||||
{% endif %}
|
Loading…
Add table
Add a link
Reference in a new issue