Move allow-all smtp from the mta class to the exim and the lists class
[mirror/dsa-puppet.git] / modules / roles / manifests / mta.pp
index 9044803..22fbb66 100644 (file)
@@ -51,10 +51,7 @@ class roles::mta(
       fail('We are not an exim::mx (or a postfix) yet do not have set our MXs to INCOMING-MX.')
     }
 
-    ferm::rule::simple { 'dsa-smtp':
-      description => 'Allow smtp access from the world',
-      port        => '25',
-    }
+    # firewall allow is done by the exim::mx class
   }
 
   $autocertdir = hiera('paths.auto_certs_dir')