summaryrefslogtreecommitdiff
path: root/libexec/spamlogd/spamlogd.8
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2006-10-23 07:05:50 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2006-10-23 07:05:50 +0000
commit42f8cea1de3f682047053e73ddb1be54d8a61e0c (patch)
tree17c36ccb034a0e7e0b03cc3512aa374206cebefb /libexec/spamlogd/spamlogd.8
parent3e8cf2d62100d47034da072862620192f937e377 (diff)
no need to use "keep state" and "flags S/SA" in pf rules,
now that it is the default; ok henning mcbride camield (ftp-proxy bits) deraadt
Diffstat (limited to 'libexec/spamlogd/spamlogd.8')
-rw-r--r--libexec/spamlogd/spamlogd.86
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/spamlogd/spamlogd.8 b/libexec/spamlogd/spamlogd.8
index ffbdadbb8e6..aa4a9f279d7 100644
--- a/libexec/spamlogd/spamlogd.8
+++ b/libexec/spamlogd/spamlogd.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: spamlogd.8,v 1.4 2004/07/14 21:38:09 jmc Exp $
+.\" $OpenBSD: spamlogd.8,v 1.5 2006/10/23 07:05:49 jmc Exp $
.\"
.\" Copyright (c) 2004 Bob Beck. All rights reserved.
.\"
@@ -82,9 +82,9 @@ configuration for logging such connections is as follows:
EXT_IF = "fxp0"
MAILHOSTS = "{129.128.11.10, 129.128.11.43}"
pass in log on $EXT_IF inet proto tcp to $MAILHOSTS \e
- port smtp keep state
+ port smtp
pass out log on $EXT_IF inet proto tcp from $MAILHOSTS \e
- to any port smtp keep state
+ to any port smtp
.Ed
.Pp
.Nm