]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/exim/manifests/init.pp
quiet down, you
[dsa-puppet.git] / modules / exim / manifests / init.pp
index 6856da2c87b559b2b3aa2e9d5f04f4b473fb270c..50484f9086f7be81a23d1a2dce62e311e34971da 100644 (file)
@@ -161,4 +161,12 @@ class exim {
             description     => "Allow smtp access",
             rule            => "&SERVICE(tcp, 25)"
     }
+    # Do we actually want this?  I'm only doing it because it's harmless
+    # and makes the logs quiet.  There are better ways of making logs quiet,
+    # though.
+    @ferm::rule { "dsa-ident":
+            domain          => "(ip ip6)",
+            description     => "Allow ident access",
+            rule            => "&SERVICE(tcp, 113)"
+    }
 }