]> gitweb.fluxo.info Git - puppet-postfix.git/commitdiff
Schleuder configuration
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 24 Aug 2010 00:53:07 +0000 (21:53 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 24 Aug 2010 00:53:07 +0000 (21:53 -0300)
templates/master.cf.debian-etch.erb

index af387ef9690fb5a9db7a568035f835c40c6b0f23..d8e02d8d4ecf4ace88f96e3ff477eca69cdd1cec 100644 (file)
@@ -98,3 +98,7 @@ amavis unix - - - - 2 smtp
 dovecot   unix  -       n       n       -       -       pipe
   flags=DRhu user=vmail:vmail argv=/usr/lib/dovecot/deliver -d ${recipient}
 <% end %>
+<% if postfix_use_schleuder == 'yes' %>
+schleuder  unix  -       n       n       -       -       pipe
+  flags=DRhu user=schleuder argv=/usr/bin/schleuder ${user}
+<% end %>