diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-01-21 01:55:11 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-01-21 01:55:11 +0000 |
commit | e38341d0c73730667d806721ebcf2cef223fa513 (patch) | |
tree | 81e094ba13f339d7a2768fb32f125b4cc020816c | |
parent | ae435b2926944a7cfeb8ffe6faec8b6220664317 (diff) |
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
-rw-r--r-- | libexec/spamd/spamd.8 | 5 |
1 files 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 <spamd> persist -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 .Ed .Pp Any addresses in table |