From 50c043ef2c374cdef570fa66188262fbc4695a4c Mon Sep 17 00:00:00 2001 From: mh Date: Sat, 9 Jan 2010 16:31:47 +0100 Subject: add smtp disable rule --- manifests/rules/smtp/disable.pp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 manifests/rules/smtp/disable.pp (limited to 'manifests/rules/smtp') 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'; + } +} -- cgit v1.2.3