summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-02-26 03:52:54 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-02-26 03:52:54 +0000
commitae3ffcee2f75add9b7f463caacfed26e28671d5d (patch)
tree89f28099829f160f0f4ad20a036a6d42c52b5267 /etc
parent264e30913720b9348abcb5ef9e92e52bbda8a1dd (diff)
downloadpfsense-ae3ffcee2f75add9b7f463caacfed26e28671d5d.zip
pfsense-ae3ffcee2f75add9b7f463caacfed26e28671d5d.tar.gz
Add spamd anchor used by spamd package
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/filter.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index cb595c3..b044661 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -1098,6 +1098,9 @@ EOD;
if (isset($config['interfaces']['wan']['blockpriv'])) {
$ipfrules .= <<<EOD
+# spamd anchor used by package
+anchor "spamd"
+
# block anything from private networks on WAN interface
anchor "spoofing"
block in $log quick on $wanif from 10.0.0.0/8 to any label "block private networks from wan block 10/8"
OpenPOWER on IntegriCloud