From 81f360d7c6892ac17aeec7686bc8d22eb02cac71 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Fri, 29 Jun 2018 08:36:44 +0100 Subject: [PATCH 1/1] Rewrite user@host.openstreetmap.org to user@openstreetmap.org --- cookbooks/exim/templates/default/exim4.conf.erb | 1 + 1 file changed, 1 insertion(+) 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 -%> -- 2.45.1