aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/postfix/templates/simple_relay_main.cf2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/postfix/templates/simple_relay_main.cf b/modules/postfix/templates/simple_relay_main.cf
index 482fb1fa..192c0f6c 100644
--- a/modules/postfix/templates/simple_relay_main.cf
+++ b/modules/postfix/templates/simple_relay_main.cf
@@ -42,4 +42,6 @@ fallback_transport_maps = regexp:/etc/postfix/transport_regexp
mydestination = ml.<%= domain %>
sympa_destination_recipient_limit = 1
sympabounce_destination_recipient_limit = 1
+# needed by sympa to handle bounce, according to the doc
+recipient_delimiter = +
<%- end -%>