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
|
@ -1,7 +1,9 @@
|
|||
# {{ ansible_managed }}
|
||||
|
||||
{% if postfix_virtual_domains is defined %}
|
||||
{% for domain in postfix_virtual_domains %}
|
||||
{% if postfix_domains is defined %}
|
||||
{% for domain in postfix_domains %}
|
||||
{% if domain.type == "virtual" %}
|
||||
{{ "%-50s %s" | format(domain.name, "#domain") }}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue