From: Tom Hughes Date: Fri, 29 Jun 2018 07:36:44 +0000 (+0100) Subject: Rewrite user@host.openstreetmap.org to user@openstreetmap.org X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/81f360d7c6892ac17aeec7686bc8d22eb02cac71 Rewrite user@host.openstreetmap.org to user@openstreetmap.org --- diff --git a/cookbooks/exim/templates/default/exim4.conf.erb b/cookbooks/exim/templates/default/exim4.conf.erb index d990c061b..939b2abcd 100644 --- a/cookbooks/exim/templates/default/exim4.conf.erb +++ b/cookbooks/exim/templates/default/exim4.conf.erb @@ -775,6 +775,7 @@ begin retry # There are no rewriting specifications in this default configuration file. begin rewrite +*@<%= node[:fqdn] %> $1@openstreetmap.org E <% node[:exim][:rewrites].each do |rewrite| -%> <%= rewrite[:pattern] %> <%= rewrite[:replacement] %> <%= rewrite[:flags] %> <% end -%>