From: mh Date: Sat, 9 Jan 2010 15:31:47 +0000 (+0100) Subject: add smtp disable rule X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=50c043ef2c374cdef570fa66188262fbc4695a4c;p=puppet-shorewall.git add smtp disable rule --- 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'; + } +}