]> gitweb.fluxo.info Git - puppet-postfix.git/commitdiff
Introducing postfix_use_dovecot_lda
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 8 Aug 2010 20:45:08 +0000 (17:45 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 8 Aug 2010 20:45:08 +0000 (17:45 -0300)
templates/master.cf.debian-etch.erb

index df1241c01238e637697eac7df52a9e42b4c8aee8..af387ef9690fb5a9db7a568035f835c40c6b0f23 100644 (file)
@@ -94,3 +94,7 @@ amavis unix - - - - 2 smtp
         -o receive_override_options=no_unknown_recipient_checks,no_header_body_checks
         -o smtpd_bind_address=127.0.0.1
 <% end %>
+<% if postfix_use_dovecot_lda == 'yes' %>
+dovecot   unix  -       n       n       -       -       pipe
+  flags=DRhu user=vmail:vmail argv=/usr/lib/dovecot/deliver -d ${recipient}
+<% end %>