Merge branch 'master' of git://github.com/chef-cookbooks/postfix into chef-cookbooks-master

This commit is contained in:
Stanislav Voroniy
2015-12-22 13:09:40 +01:00
18 changed files with 356 additions and 200 deletions

View File

@@ -395,3 +395,7 @@ when 'freebsd'
else
default['postfix']['aliases'] = {}
end
if node['postfix']['use_relay_restirictions_maps']
default['postfix']['main']['smtpd_relay_restrictions'] = "hash:#{node['postfix']['relay_restrictions_db']}, reject"
end