From 3ba138ecff899d92f395a276b7482378e18a62a6 Mon Sep 17 00:00:00 2001 From: Markus Katharina Brechtel Date: Tue, 9 Feb 2021 04:23:42 +0100 Subject: [PATCH] sympa settings --- templates/main.cf.j2 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/templates/main.cf.j2 b/templates/main.cf.j2 index 1cadd3d..0d39398 100644 --- a/templates/main.cf.j2 +++ b/templates/main.cf.j2 @@ -175,3 +175,10 @@ virtual_transport = {% if postfix_with_dovecot_lmtp %} lmtp:unix:private/dovecot-lmtp, {% endif %} + + +{% if postfix_with_sympa %} +### sympa +sympa_destination_recipient_limit = 1 +sympabounce_destination_recipient_limit = 1 +{% endif %}