Revert relay domain change
This commit is contained in:
parent
464c0229a7
commit
7cc9b392bd
1 changed files with 5 additions and 2 deletions
|
@ -84,9 +84,12 @@ virtual_transport =
|
|||
{% endfor %}
|
||||
{% endif %}
|
||||
|
||||
{% if postfix_relay_domains is defined and postfix_relay_domains %}
|
||||
{% if postfix_relay_domains is defined %}
|
||||
# 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 %}
|
||||
{% if postfix_sender_dependent_relayhost_maps is defined %}
|
||||
sender_dependent_relayhost_maps =
|
||||
|
|
Loading…
Reference in a new issue