]> gitweb.fluxo.info Git - puppet-shorewall.git/commitdiff
add smtp disable rule
authormh <mh@immerda.ch>
Sat, 9 Jan 2010 15:31:47 +0000 (16:31 +0100)
committermh <mh@immerda.ch>
Sat, 9 Jan 2010 15:31:47 +0000 (16:31 +0100)
manifests/rules/smtp/disable.pp [new file with mode: 0644]

diff --git a/manifests/rules/smtp/disable.pp b/manifests/rules/smtp/disable.pp
new file mode 100644 (file)
index 0000000..aaf8f6b
--- /dev/null
@@ -0,0 +1,5 @@
+class shorewall::rules::smtp::disable inherits shorewall::rules::smtp {
+  Shorewall::Rule['net-me-smtp-tcp']{
+    action          => 'DROP';
+  }
+}