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

index 8933ebac050b25e755201342f489af2d1fd2f847..47f6f748d57c7d8cfe781e24462487f1468f7431 100644 (file)
@@ -141,6 +141,12 @@ sympabounce  unix  -       n       n       -       -       pipe
 mlmmj   unix  -       n       n       -       -       pipe
   flags=DORhu user=mlmmj argv=/usr/bin/mlmmj-recieve -F -L /var/spool/mlmmj/$nexthop/
 <%- end -%>
+<% if postfix_use_firma == 'yes' %>
+firma  unix  -       n       n       -       -       pipe
+  flags=DRhu user=firma argv=/usr/local/bin/firma -p ${user}
+firmarequest  unix  -       n       n       -       -       pipe
+  flags=DRhu user=firma argv=/usr/local/bin/firma -e ${user}
+<% end %>
 
 <%- unless postfix_mastercf_tail.to_s.empty? then -%>
 <%= postfix_mastercf_tail %>