chef/cookbooks/postfix/templates/recipient_canonical.erb
2023-11-29 22:26:59 +01:00

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? %>