In my development env i want to make sure nobody can send a mail to a wrong address. So all outgoing mails are changed. Signed-off-by: Bram Gillemon <bram@gillemon.be>
10 lines
284 B
Plaintext
10 lines
284 B
Plaintext
#
|
|
# Auto-generated by Chef.
|
|
# Local modifications will be overwritten.
|
|
#
|
|
# See man 5 canonical for format
|
|
|
|
<% node['postfix']['recipient_canonical_map_entries'].each do |name, value| %>
|
|
<%= name %> <%= value %>
|
|
<% end unless node['postfix']['recipient_canonical_map_entries'].nil? %>
|