From 2d7dbe8a7c6ead4714e2e092b7de01fe78b5a2cd Mon Sep 17 00:00:00 2001 From: phil Date: Thu, 15 Jun 2023 07:43:39 +0200 Subject: [PATCH] Define fallback relay --- templates/postfix/main.cf.j2 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/postfix/main.cf.j2 b/templates/postfix/main.cf.j2 index 351734e..5debdb6 100644 --- a/templates/postfix/main.cf.j2 +++ b/templates/postfix/main.cf.j2 @@ -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 %}