From b2debb5376df171b72f7e12370920faa26428537 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Fri, 9 Dec 2022 15:12:56 +0000 Subject: [PATCH] Make OTRS use fafnir to send mail --- roles/otrs.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/otrs.rb b/roles/otrs.rb index 94d4c4cd2..7355e664e 100644 --- a/roles/otrs.rb +++ b/roles/otrs.rb @@ -3,6 +3,7 @@ description "Role applied to all OTRS servers" default_attributes( :exim => { + :smarthost_via => "fafnir.openstreetmap.org:26", :local_domains => ["otrs.openstreetmap.org"], :routes => { :otrs_otrs => { -- 2.39.5