From: Silvio Rhatto Date: Sun, 8 Aug 2010 20:45:08 +0000 (-0300) Subject: Introducing postfix_use_dovecot_lda X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=eef9c501a2c65f60a77520575b2740bfbc9a2ec4;p=puppet-postfix.git Introducing postfix_use_dovecot_lda --- diff --git a/templates/master.cf.debian-etch.erb b/templates/master.cf.debian-etch.erb index df1241c..af387ef 100644 --- a/templates/master.cf.debian-etch.erb +++ b/templates/master.cf.debian-etch.erb @@ -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 %>