From: Tom Hughes Date: Mon, 20 Nov 2023 14:59:14 +0000 (+0000) Subject: Don't allow mail relay via gateway hosts X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/c1b80c0968ac9b56a6cdf89cff8b45cafcd1272a Don't allow mail relay via gateway hosts --- 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"] } )