diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2007-09-30 20:12:23 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2007-09-30 20:12:23 +0000 |
commit | 5c711d120324f0d3960ee6bd5e39e7e288fc6977 (patch) | |
tree | 83dd1ae37548cb3171a7097c46958615c3203ae1 /share/man/man5/pf.conf.5 | |
parent | 1db5cb64bd166fc0afbf82610581e1a3c4ae0595 (diff) |
while rdr'ing port spamd to portsmtpis perfectly valid, it is at least
a bit confuzzling, so swap.
From: Olli Hauer <ohauer@gmx.de>
Diffstat (limited to 'share/man/man5/pf.conf.5')
-rw-r--r-- | share/man/man5/pf.conf.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index df50715d47e..18d73b36a08 100644 --- a/share/man/man5/pf.conf.5 +++ b/share/man/man5/pf.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pf.conf.5,v 1.385 2007/09/27 22:40:48 mpf Exp $ +.\" $OpenBSD: pf.conf.5,v 1.386 2007/09/30 20:12:22 henning Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" All rights reserved. @@ -27,7 +27,7 @@ .\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: September 27 2007 $ +.Dd $Mdocdate: September 30 2007 $ .Dt PF.CONF 5 .Os .Sh NAME @@ -1164,7 +1164,7 @@ or to the firewall itself. Note that redirecting external incoming connections to the loopback address, as in .Bd -literal -offset indent -rdr on ne3 inet proto tcp to port spamd -\*(Gt 127.0.0.1 port smtp +rdr on ne3 inet proto tcp to port smtp -\*(Gt 127.0.0.1 port spamd .Ed .Pp will effectively allow an external host to connect to daemons |