summaryrefslogtreecommitdiff
path: root/manifests/rules/out/pyzor.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/rules/out/pyzor.pp')
-rw-r--r--manifests/rules/out/pyzor.pp12
1 files changed, 12 insertions, 0 deletions
diff --git a/manifests/rules/out/pyzor.pp b/manifests/rules/out/pyzor.pp
new file mode 100644
index 0000000..f4f5151
--- /dev/null
+++ b/manifests/rules/out/pyzor.pp
@@ -0,0 +1,12 @@
+# pyzor calls out on 24441
+# https://wiki.apache.org/spamassassin/NetTestFirewallIssues
+class shorewall::rules::out::pyzor {
+ shorewall::rule { 'me-net-udp_pyzor':
+ source => '$FW',
+ destination => 'net',
+ proto => 'udp',
+ destinationport => '24441',
+ order => 240,
+ action => 'ACCEPT';
+ }
+}