aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2010-11-18 18:10:02 +0000
committerMichael Scherer <misc@mageia.org>2010-11-18 18:10:02 +0000
commitd5c21c4adf05bebef5a3dd8d631301028ca8d0da (patch)
tree1f735ae42a19395dc9aa542d850411e6a31d612b /modules
parentc32d1c731f3d5e902f94dd615b53267be1a7e2f2 (diff)
downloadpuppet-d5c21c4adf05bebef5a3dd8d631301028ca8d0da.tar
puppet-d5c21c4adf05bebef5a3dd8d631301028ca8d0da.tar.gz
puppet-d5c21c4adf05bebef5a3dd8d631301028ca8d0da.tar.bz2
puppet-d5c21c4adf05bebef5a3dd8d631301028ca8d0da.tar.xz
puppet-d5c21c4adf05bebef5a3dd8d631301028ca8d0da.zip
- do include sympa process only if sympa class is used
Diffstat (limited to 'modules')
-rw-r--r--modules/postfix/templates/primary_master.cf3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/postfix/templates/primary_master.cf b/modules/postfix/templates/primary_master.cf
index 93ccbf7d..299bbd6c 100644
--- a/modules/postfix/templates/primary_master.cf
+++ b/modules/postfix/templates/primary_master.cf
@@ -116,11 +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}
-
+<% if classes.include?('sympa') %>
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}
+<% end %>
#
##### START OF CONTENT FILTER CUSTOMIZATIONS #####