summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd T. Fries <todd@cvs.openbsd.org>2004-01-29 18:54:30 +0000
committerTodd T. Fries <todd@cvs.openbsd.org>2004-01-29 18:54:30 +0000
commitcec57fc6b6e00c12a6e72e6a7009a013700d7aaa (patch)
tree193cbc365afeeaedd1a0ee8e05211c05633ba606
parent6ef1a9084e6d1cd8a320858c0b58786e487f8997 (diff)
sync pf.conf example with spamd(8); ok deraadt@
-rw-r--r--etc/pf.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/pf.conf b/etc/pf.conf
index 2eae3579cae..fc10efe8a86 100644
--- a/etc/pf.conf
+++ b/etc/pf.conf
@@ -1,4 +1,4 @@
-# $OpenBSD: pf.conf,v 1.24 2003/12/05 21:23:27 david Exp $
+# $OpenBSD: pf.conf,v 1.25 2004/01/29 18:54:29 todd Exp $
#
# See pf.conf(5) and /usr/share/pf for syntax and examples.
# Required order: options, normalization, queueing, translation, filtering.
@@ -56,7 +56,7 @@
# spamd-setup puts addresses to be redirected into table <spamd>.
#table <spamd> persist
#no rdr on { lo0, lo1 } from any to any
-#rdr inet proto tcp from <spamd> to any port smtp -> 127.0.0.1 port 8025
+#rdr pass inet proto tcp from <spamd> to any port smtp -> 127.0.0.1 port 8025
# Filtering: the implicit first two rules are
#pass in all