]> gitweb.fluxo.info Git - puppet-postfix.git/commitdiff
Adding mlmmj support (2)
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 7 Apr 2012 19:20:51 +0000 (16:20 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 7 Apr 2012 19:20:51 +0000 (16:20 -0300)
templates/master.cf.debian-etch.erb
templates/master.cf.debian-lenny.erb
templates/master.cf.debian-sid.erb
templates/master.cf.debian-wheezy.erb

index bc8ad645587b38ccaf66d7cb9596a1448a3a904a..3b3bd324164086d30f85dab06e1dd3a6cc3d7751 100644 (file)
@@ -108,6 +108,10 @@ sympa        unix  -       n       n       -       -       pipe
 sympabounce  unix  -       n       n       -       -       pipe
   flags=R user=sympa argv=/usr/lib/sympa/bin/bouncequeue ${user}
 <% end %>
+<% if postfix_use_mlmmj == 'yes' %>
+mlmmj   unix  -       n       n       -       -       pipe
+  flags=DORhu user=mlmmj argv=/usr/bin/mlmmj-recieve -F -L /var/spool/mlmmj/$nexthop/
+<%- end -%>
 
 <%- unless postfix_mastercf_tail.to_s.empty? then -%>
 <%= postfix_mastercf_tail %>
index 9783e08ad0817024a413c7937326cc4fce5ed273..34aeab5f887e1b6b8ae77a57910ad154f8b53e8d 100644 (file)
@@ -114,6 +114,10 @@ sympa        unix  -       n       n       -       -       pipe
 sympabounce  unix  -       n       n       -       -       pipe
   flags=R user=sympa argv=/usr/lib/sympa/bin/bouncequeue ${user}
 <% end %>
+<% if postfix_use_mlmmj == 'yes' %>
+mlmmj   unix  -       n       n       -       -       pipe
+  flags=DORhu user=mlmmj argv=/usr/bin/mlmmj-recieve -F -L /var/spool/mlmmj/$nexthop/
+<%- end -%>
 
 <%- unless postfix_mastercf_tail.to_s.empty? then -%>
 <%= postfix_mastercf_tail %>
index c71fbeadf63de97d3b7e54c433ca02ed997158b4..890c39213f63fa90089268ba2f7c5f382e67ce32 100644 (file)
@@ -145,6 +145,10 @@ sympa        unix  -       n       n       -       -       pipe
 sympabounce  unix  -       n       n       -       -       pipe
   flags=R user=sympa argv=/usr/lib/sympa/bin/bouncequeue ${user}
 <% end %>
+<% if postfix_use_mlmmj == 'yes' %>
+mlmmj   unix  -       n       n       -       -       pipe
+  flags=DORhu user=mlmmj argv=/usr/bin/mlmmj-recieve -F -L /var/spool/mlmmj/$nexthop/
+<%- end -%>
 
 <%- unless postfix_mastercf_tail.to_s.empty? then -%>
 <%= postfix_mastercf_tail %>
index b2885ab5f7e3af9c07a87b5bce70467408671c67..55906e578fc75be57d468e6e114e6140651d76f6 100644 (file)
@@ -145,6 +145,10 @@ sympa        unix  -       n       n       -       -       pipe
 sympabounce  unix  -       n       n       -       -       pipe
   flags=R user=sympa argv=/usr/lib/sympa/bin/bouncequeue ${user}
 <% end %>
+<% if postfix_use_mlmmj == 'yes' %>
+mlmmj   unix  -       n       n       -       -       pipe
+  flags=DORhu user=mlmmj argv=/usr/bin/mlmmj-recieve -F -L /var/spool/mlmmj/$nexthop/
+<%- end -%>
 
 <%- unless postfix_mastercf_tail.to_s.empty? then -%>
 <%= postfix_mastercf_tail %>