From 9b1bb3b2fda68b8d110ca14613625144a14e0a4f Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 27 Sep 2022 21:36:49 +0100 Subject: [PATCH] Configure wiki server to send mail via the new smarthost --- roles/wiki.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/wiki.rb b/roles/wiki.rb index 7c4bf6380..b7243e293 100644 --- a/roles/wiki.rb +++ b/roles/wiki.rb @@ -24,6 +24,7 @@ default_attributes( } }, :exim => { + :smarthost_via => "fafnir.openstreetmap.org:26", :trusted_users => %w[www-data wiki], :aliases => { :root => "grant" -- 2.39.5