allows to rewrite outgoing address.

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>
This commit is contained in:
Bram Gillemon
2017-07-28 13:40:50 +02:00
parent 7df2c36125
commit ca7b0033e9
5 changed files with 46 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
#
# 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? %>