Insert relayhost option only if defined
This commit is contained in:
parent
e9ea46775c
commit
b86f94b90c
1 changed files with 2 additions and 0 deletions
|
@ -119,7 +119,9 @@ transport_maps =
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
{% if postfix_relayhost is defined %}
|
||||||
relayhost = {{ postfix_relayhost}}
|
relayhost = {{ postfix_relayhost}}
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
{% if postfix_canonical_maps is defined %}
|
{% if postfix_canonical_maps is defined %}
|
||||||
canonical_maps =
|
canonical_maps =
|
||||||
|
|
Loading…
Reference in a new issue