summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-08-08 17:45:08 -0300
committerSilvio Rhatto <rhatto@riseup.net>2010-08-08 17:45:08 -0300
commiteef9c501a2c65f60a77520575b2740bfbc9a2ec4 (patch)
tree93db4f158bebffdefd51b9e5f45b17837482d6b1 /templates
parent2703cae7300bcb545e94d1e7ae806f5995548520 (diff)
Introducing postfix_use_dovecot_lda
Diffstat (limited to 'templates')
-rw-r--r--templates/master.cf.debian-etch.erb4
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 %>