diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-08-06 19:52:38 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-08-06 19:52:38 +0000 |
commit | 5575231ccfc05db268e3dea33cd2ea19a160e36f (patch) | |
tree | 280efdb62ec1a69ea1d1b2d7790358e43ed12e4c /libexec/spamd | |
parent | 50f81f3d5e5b5b206944aab7cf18d58adb4564ec (diff) |
replace port number 8025 w/ symbolic `spamd';
ok krw@ deraadt@
diff from ray lai;
Diffstat (limited to 'libexec/spamd')
-rw-r--r-- | libexec/spamd/spamd.8 | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/libexec/spamd/spamd.8 b/libexec/spamd/spamd.8 index f59080b349e..15e40a89423 100644 --- a/libexec/spamd/spamd.8 +++ b/libexec/spamd/spamd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: spamd.8,v 1.56 2005/05/17 08:25:55 jmc Exp $ +.\" $OpenBSD: spamd.8,v 1.57 2005/08/06 19:52:36 jmc Exp $ .\" .\" Copyright (c) 2002 Theo de Raadt. All rights reserved. .\" @@ -180,14 +180,13 @@ to simplify handling. .Bd -literal -offset 4n table <spamd> persist rdr pass inet proto tcp from <spamd> to any \e - port smtp -> 127.0.0.1 port 8025 + port smtp -> 127.0.0.1 port spamd .Ed .Pp Any addresses in table .Em <spamd> are then redirected to -.Nm -running on port 8025. +.Nm . Addresses can be loaded into the .Em table , like: @@ -300,9 +299,9 @@ example: table <spamd> persist table <spamd-white> persist rdr pass inet proto tcp from <spamd> to any \e - port smtp -> 127.0.0.1 port 8025 + port smtp -> 127.0.0.1 port spamd rdr pass inet proto tcp from !<spamd-white> to any \e - port smtp -> 127.0.0.1 port 8025 + port smtp -> 127.0.0.1 port spamd .Ed .Pp With this configuration, |