aboutsummaryrefslogtreecommitdiffstats
path: root/modules/postfix/templates/primary_master.cf
diff options
context:
space:
mode:
Diffstat (limited to 'modules/postfix/templates/primary_master.cf')
-rw-r--r--modules/postfix/templates/primary_master.cf6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/postfix/templates/primary_master.cf b/modules/postfix/templates/primary_master.cf
index 322fe6b0..93ccbf7d 100644
--- a/modules/postfix/templates/primary_master.cf
+++ b/modules/postfix/templates/primary_master.cf
@@ -116,6 +116,12 @@ cyrus-inet unix - - y - - lmtp
#mailman unix - n n - - pipe
# flags=FR user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py
# ${nexthop} ${user}
+
+sympa unix - n n - - pipe
+ flags=R user=sympa argv=/usr/sbin/queue ${recipient}
+sympabounce unix - n n - - pipe
+ flags=R user=sympa argv=/usr/sbin/bouncequeue ${user}
+
#
##### START OF CONTENT FILTER CUSTOMIZATIONS #####
# Please see the Postfix FILTER_README for details.