]> gitweb.fluxo.info Git - puppet-postfix.git/commitdiff
Adding sympa transports
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 24 Aug 2010 16:41:42 +0000 (13:41 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 24 Aug 2010 16:41:42 +0000 (13:41 -0300)
templates/master.cf.debian-etch.erb

index d8e02d8d4ecf4ace88f96e3ff477eca69cdd1cec..e6bc4ec724d28f92f206fa7f3cce0a58a7e11fc9 100644 (file)
@@ -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 %>