From 01b18f6b783d30e152c25c0cc5743c08dea94051 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 27 Sep 2022 22:19:34 +0100 Subject: [PATCH] Correct smarthost name for fafnir --- roles/fafnir.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/fafnir.rb b/roles/fafnir.rb index 6a77bf6e1..8261d7afd 100644 --- a/roles/fafnir.rb +++ b/roles/fafnir.rb @@ -10,6 +10,7 @@ default_attributes( :last_address => "10.0.79.254" }, :exim => { + :smarthost_name => "fafnir.openstreetmap.org", :routes => { :openstreetmap => { :comment => "openstreetmap.org", -- 2.45.1