summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2010-01-09 16:31:47 +0100
committermh <mh@immerda.ch>2010-01-09 16:31:47 +0100
commit50c043ef2c374cdef570fa66188262fbc4695a4c (patch)
tree660e6c9b299329f3bb99bb078b4c96d2080ce3c3
parent6b600e8eda3bad8fbe8fd1472939d8e9bc247458 (diff)
add smtp disable rule
-rw-r--r--manifests/rules/smtp/disable.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/manifests/rules/smtp/disable.pp b/manifests/rules/smtp/disable.pp
new file mode 100644
index 0000000..aaf8f6b
--- /dev/null
+++ b/manifests/rules/smtp/disable.pp
@@ -0,0 +1,5 @@
+class shorewall::rules::smtp::disable inherits shorewall::rules::smtp {
+ Shorewall::Rule['net-me-smtp-tcp']{
+ action => 'DROP';
+ }
+}