Add configuration for virtual and relay domains and aliases
This commit is contained in:
parent
8d7838ad26
commit
bce2d91ea3
8 changed files with 81 additions and 24 deletions
9
templates/postfix/conf.d/relay_domains.j2
Normal file
9
templates/postfix/conf.d/relay_domains.j2
Normal file
|
@ -0,0 +1,9 @@
|
|||
# {{ ansible_managed }}
|
||||
|
||||
{% if postfix_domains is defined %}
|
||||
{% for domain in postfix_domains %}
|
||||
{% if domain.type == "relay" %}
|
||||
{{ "%-50s %s" | format(domain.name, "#domain") }}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
{% endif %}
|
Loading…
Add table
Add a link
Reference in a new issue