Merge branch 'master' of git://github.com/chef-cookbooks/postfix into chef-cookbooks-master
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user