diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-08-08 17:45:08 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-08-08 17:45:08 -0300 |
commit | eef9c501a2c65f60a77520575b2740bfbc9a2ec4 (patch) | |
tree | 93db4f158bebffdefd51b9e5f45b17837482d6b1 | |
parent | 2703cae7300bcb545e94d1e7ae806f5995548520 (diff) | |
download | puppet-postfix-eef9c501a2c65f60a77520575b2740bfbc9a2ec4.tar.gz puppet-postfix-eef9c501a2c65f60a77520575b2740bfbc9a2ec4.tar.bz2 |
Introducing postfix_use_dovecot_lda
-rw-r--r-- | templates/master.cf.debian-etch.erb | 4 |
1 files changed, 4 insertions, 0 deletions
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 %> |