]> git.openstreetmap.org Git - chef.git/blobdiff - roles/gateway.rb
Don't allow mail relay via gateway hosts
[chef.git] / 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"]
   }
 )