summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-02-26 04:56:26 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-02-26 04:56:26 +0000
commit28c72c13224c302606a265b36b18e415814a72ce (patch)
tree22a66690080dbd526e69ea6f18beab9f01ae3350 /etc
parent1677823e3cf064035c712f3135b08eab66874d87 (diff)
downloadpfsense-28c72c13224c302606a265b36b18e415814a72ce.zip
pfsense-28c72c13224c302606a265b36b18e415814a72ce.tar.gz
Remove spamd table for the time being
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/filter.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index fb570f3..3d0b0fe 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -795,8 +795,8 @@ function filter_nat_rules_generate() {
}
}
- $natrules .= "# spam table \n";
- $natrules .= "table \"spamd\" persist\n\n";
+ //$natrules .= "# spam table \n";
+ //$natrules .= "table \"spamd\" persist\n\n";
if(!isset($config['system']['disableftpproxy']))
$natrules .= "rdr on " . $lanif . " proto tcp from any to any port 21 -> 127.0.0.1 port 8021\n";
OpenPOWER on IntegriCloud