aboutsummaryrefslogtreecommitdiffstats
path: root/modules/postfix/templates/primary_master.cf
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2010-11-18 00:43:41 +0000
committerNicolas Vigier <boklm@mageia.org>2010-11-18 00:43:41 +0000
commitdb30261f54242456c4e9f0905028e04bb264ad9d (patch)
tree3630da0ca006b0aded96a97ba81e1c46580663f7 /modules/postfix/templates/primary_master.cf
parent5b52bce289ae97edf49587584099a72958c4e336 (diff)
downloadpuppet-db30261f54242456c4e9f0905028e04bb264ad9d.tar
puppet-db30261f54242456c4e9f0905028e04bb264ad9d.tar.gz
puppet-db30261f54242456c4e9f0905028e04bb264ad9d.tar.bz2
puppet-db30261f54242456c4e9f0905028e04bb264ad9d.tar.xz
puppet-db30261f54242456c4e9f0905028e04bb264ad9d.zip
add config for sympa
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.