From c1b80c0968ac9b56a6cdf89cff8b45cafcd1272a Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Mon, 20 Nov 2023 14:59:14 +0000 Subject: [PATCH] Don't allow mail relay via gateway hosts --- roles/gateway.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/roles/gateway.rb b/roles/gateway.rb index a78f04bcf..d842bf412 100644 --- a/roles/gateway.rb +++ b/roles/gateway.rb @@ -7,9 +7,6 @@ default_attributes( :comment => "Enable forwarding", :parameters => { "net.ipv4.ip_forward" => "1" } } - }, - :exim => { - :relay_from_hosts => ["10.0.0.0/8"] } ) -- 2.39.5