12 lines
338 B
Plaintext
12 lines
338 B
Plaintext
#
|
|
# This file is generated by Chef for <%= node['fqdn'] %>
|
|
#
|
|
# Local changes will be overwritten
|
|
#
|
|
# Attribute name is the domain name, Attribute value is either OK or REJECT
|
|
|
|
<% node['postfix']['relay_restrictions'].each do |name, value| %>
|
|
<%= name %> <%= value %>
|
|
<% end unless node['postfix']['relay_restrictions'].nil? %>
|
|
* REJECT
|