aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mageia.org>2017-04-21 21:04:20 +0100
committerPascal Terjan <pterjan@mageia.org>2017-04-21 21:04:20 +0100
commit5f3402d37387621da21416e0f684b312865577a8 (patch)
treecd41b8b6eb44c36201f310c851cb198ff69aa5bf /modules
parentbce048e8aede4f3c750005ffe4679fdc1a4586dd (diff)
downloadpuppet-5f3402d37387621da21416e0f684b312865577a8.tar
puppet-5f3402d37387621da21416e0f684b312865577a8.tar.gz
puppet-5f3402d37387621da21416e0f684b312865577a8.tar.bz2
puppet-5f3402d37387621da21416e0f684b312865577a8.tar.xz
puppet-5f3402d37387621da21416e0f684b312865577a8.zip
More sympa support in simple relays
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 -%>