summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2013-09-22 18:12:09 +0200
committermh <mh@immerda.ch>2013-09-22 18:12:09 +0200
commit8416e792e085025e51524c8404e583fc5ed224bd (patch)
tree6eb6328c1aa894aa6b7e74c6084982a26963bb83 /manifests
parent35a8902dadc1460c463c8ae826cf5a0267f6a6cf (diff)
add rules for pyzor
Diffstat (limited to 'manifests')
-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';
+ }
+}