[COOK-1520] Added support for enabling procmail to postfix cookbook

This commit is contained in:
Joshua Buysse
2012-08-04 19:06:21 -05:00
parent e2a1a3079a
commit f231f8b408
5 changed files with 20 additions and 0 deletions

View File

@@ -37,5 +37,8 @@ relayhost = <%= node['postfix']['relayhost'] %>
mynetworks = <%= node['postfix']['mail_relay_networks'] %>
inet_interfaces = loopback-only
<% end -%>
<% if node['postfix']['use_procmail'] -%>
mailbox_command = /usr/bin/procmail -a "$EXTENSION"
<% end -%>
mailbox_size_limit = 0
recipient_delimiter = +