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