From e38341d0c73730667d806721ebcf2cef223fa513 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Wed, 21 Jan 2004 01:55:11 +0000 Subject: the example should use 'rdr pass' so that you do not have to open 8025 to the outside world -- in fact 'rdr pass' was designed for this, but once again someone forgot to updated the bloody man page; mcbride ok --- libexec/spamd/spamd.8 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libexec/spamd/spamd.8 b/libexec/spamd/spamd.8 index a3b843810e1..57bfa284ead 100644 --- a/libexec/spamd/spamd.8 +++ b/libexec/spamd/spamd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: spamd.8,v 1.41 2003/10/23 08:33:22 jmc Exp $ +.\" $OpenBSD: spamd.8,v 1.42 2004/01/21 01:55:10 deraadt Exp $ .\" .\" Copyright (c) 2002 Theo de Raadt. All rights reserved. .\" @@ -138,7 +138,8 @@ The rules can be loaded into a to simplify handling. .Bd -literal -offset 4n table persist -rdr inet proto tcp from to any port smtp -> 127.0.0.1 port 8025 +rdr pass inet proto tcp from to any \\ + port smtp -> 127.0.0.1 port 8025 .Ed .Pp Any addresses in table -- cgit v1.2.3