]> git.openstreetmap.org Git - chef.git/commitdiff
Don't allow mail relay via gateway hosts
authorTom Hughes <tom@compton.nu>
Mon, 20 Nov 2023 14:59:14 +0000 (14:59 +0000)
committerTom Hughes <tom@compton.nu>
Mon, 20 Nov 2023 14:59:14 +0000 (14:59 +0000)
roles/gateway.rb

index a78f04bcf849bd056ecf9a4ae09a863161133c4a..d842bf41268e418e7f2c4f56da167a3388c5c26c 100644 (file)
@@ -7,9 +7,6 @@ default_attributes(
       :comment => "Enable forwarding",
       :parameters => { "net.ipv4.ip_forward" => "1" }
     }
-  },
-  :exim => {
-    :relay_from_hosts => ["10.0.0.0/8"]
   }
 )