Enable relayinf of other domains
This commit is contained in:
parent
18c7549951
commit
42cc6e0775
1 changed files with 9 additions and 0 deletions
|
@ -14,3 +14,12 @@
|
|||
{% endif %}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
|
||||
{% if postfix_transport_relay_domains is defined %}
|
||||
{% for domain in postfix_transport_relay_domains %}
|
||||
{% if domain.comment is defined %}
|
||||
# {{ domain.comment }}
|
||||
{% endif %}
|
||||
{{ "%-50s %s" | format(domain.name, domain.relay) }}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in a new issue