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

index 0d383b91a9a3547a023a0d3d78ac2b64b6450d1b..8933ebac050b25e755201342f489af2d1fd2f847 100644 (file)
@@ -137,6 +137,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 %>