From 0c5239a4ce01af2e496ea8202e2bc79cdcfbb7a6 Mon Sep 17 00:00:00 2001 From: Markus Katharina Brechtel Date: Fri, 5 Feb 2021 15:56:39 +0100 Subject: [PATCH] add sympa transport map --- templates/main.cf.j2 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/templates/main.cf.j2 b/templates/main.cf.j2 index e72b44a..093cc58 100644 --- a/templates/main.cf.j2 +++ b/templates/main.cf.j2 @@ -48,6 +48,11 @@ smtp_tls_security_level = may relay_domains = hash:/etc/postfix/transport_maps transport_maps = hash:/etc/postfix/transport_maps, +{% if postfix_with_sympa %} + hash:/etc/postfix/transport.sympa, + hash:/var/lib/sympa/transport, + hash:/etc/postfix/virtual.sympa, +{% endif %}