diff options
Diffstat (limited to 'manifests/rules')
-rw-r--r-- | manifests/rules/smtp/disable.pp | 5 |
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'; + } +} |