Enable relayinf of other domains

This commit is contained in:
phil 2023-05-17 21:33:06 +02:00
parent 18c7549951
commit 42cc6e0775

View file

@ -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 %}