Define fallback relay

This commit is contained in:
phil 2023-06-15 07:43:39 +02:00
parent b86f94b90c
commit 2d7dbe8a7c

View file

@ -123,6 +123,10 @@ transport_maps =
relayhost = {{ postfix_relayhost}}
{% endif %}
{% if postfix_smtp_fallback_relay is defined %}
smtp_fallback_relay = {{ postfix_smtp_fallback_relay }}
{% endif %}
{% if postfix_canonical_maps is defined %}
canonical_maps =
{% for map in postfix_canonical_maps %}