summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-08-24 13:41:42 -0300
committerSilvio Rhatto <rhatto@riseup.net>2010-08-24 13:41:42 -0300
commit9cfb03fef5af5d2a75334e527b088f9713a87b3f (patch)
tree3410aaf95393e2412c0b8d4f976c077bc141c87b /templates
parent777d2cef1c466924f6fc40640932ef74b76276f0 (diff)
Adding sympa transports
Diffstat (limited to 'templates')
-rw-r--r--templates/master.cf.debian-etch.erb6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/master.cf.debian-etch.erb b/templates/master.cf.debian-etch.erb
index d8e02d8..e6bc4ec 100644
--- a/templates/master.cf.debian-etch.erb
+++ b/templates/master.cf.debian-etch.erb
@@ -102,3 +102,9 @@ dovecot unix - n n - - pipe
schleuder unix - n n - - pipe
flags=DRhu user=schleuder argv=/usr/bin/schleuder ${user}
<% end %>
+<% if postfix_use_sympa == 'yes' %>
+sympa unix - n n - - pipe
+ flags=R user=sympa argv=/usr/lib/sympa/bin/queue ${recipient}
+sympabounce unix - n n - - pipe
+ flags=R user=sympa argv=/usr/lib/sympa/bin/bouncequeue ${user}
+<% end %>