Initial commit
This commit is contained in:
commit
a5e756c280
18 changed files with 754 additions and 0 deletions
5
templates/postfix/header_checks.j2
Normal file
5
templates/postfix/header_checks.j2
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# {{ ansible_managed }}
|
||||
|
||||
{% for item in mailserver.postfix.header_checks.values() if not item.disabled|d(false) %}
|
||||
/{{ item.regex }}/ {{ item.action }}
|
||||
{% endfor %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue