Move allow-all smtp from the mta class to the exim and the lists class
[mirror/dsa-puppet.git] / modules / exim / manifests / mx.pp
index bf7fd5e..8916c09 100644 (file)
@@ -26,4 +26,9 @@ class exim::mx(
   package { 'monitoring-plugins-standard':
     ensure => installed,
   }
+
+  ferm::rule::simple { 'dsa-smtp':
+    description => 'Allow smtp access from the world',
+    port        => '25',
+  }
 }