Define fallback relay
This commit is contained in:
parent
b86f94b90c
commit
2d7dbe8a7c
1 changed files with 4 additions and 0 deletions
|
@ -123,6 +123,10 @@ transport_maps =
|
||||||
relayhost = {{ postfix_relayhost}}
|
relayhost = {{ postfix_relayhost}}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
{% if postfix_smtp_fallback_relay is defined %}
|
||||||
|
smtp_fallback_relay = {{ postfix_smtp_fallback_relay }}
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
{% if postfix_canonical_maps is defined %}
|
{% if postfix_canonical_maps is defined %}
|
||||||
canonical_maps =
|
canonical_maps =
|
||||||
{% for map in postfix_canonical_maps %}
|
{% for map in postfix_canonical_maps %}
|
||||||
|
|
Loading…
Reference in a new issue