initial upload
This commit is contained in:
5
roles/postfix/templates/etc_postfix_header_checks.j2
Normal file
5
roles/postfix/templates/etc_postfix_header_checks.j2
Normal file
@@ -0,0 +1,5 @@
|
||||
# {{ ansible_managed }}
|
||||
|
||||
{% for item in postfix_header_checks | default([]) %}
|
||||
{{ item }}
|
||||
{% endfor %}
|
||||
Reference in New Issue
Block a user