Revert relay domain change

This commit is contained in:
phil 2023-03-24 16:12:58 +01:00
parent 464c0229a7
commit 7cc9b392bd

View file

@ -84,9 +84,12 @@ virtual_transport =
{% endfor %} {% endfor %}
{% endif %} {% endif %}
{% if postfix_relay_domains is defined and postfix_relay_domains %} {% if postfix_relay_domains is defined %}
# Relay mails without recipient check # Relay mails without recipient check
relay_domains = cdb:{{ postfix_conf_dir }}/relay_domains relay_domains =
{% for map in postfix_relay_domains %}
{{ map.type}}:{{ map.path }}
{% endfor %}
{% endif %} {% endif %}
{% if postfix_sender_dependent_relayhost_maps is defined %} {% if postfix_sender_dependent_relayhost_maps is defined %}
sender_dependent_relayhost_maps = sender_dependent_relayhost_maps =