diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-03-02 20:32:06 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-03-02 20:32:06 +0000 |
commit | 0e65599226cd7239a161c1620c96efa27caa4b5b (patch) | |
tree | 91554dc460c3d1723e1b90479e239e0dad665d55 /libexec/spamd/spamd.8 | |
parent | 852973698263dc64fb39a8b72c2b5f943a0b61f5 (diff) |
knf
Diffstat (limited to 'libexec/spamd/spamd.8')
-rw-r--r-- | libexec/spamd/spamd.8 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/libexec/spamd/spamd.8 b/libexec/spamd/spamd.8 index 9eea8d0e559..85451af3e45 100644 --- a/libexec/spamd/spamd.8 +++ b/libexec/spamd/spamd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: spamd.8,v 1.12 2003/03/02 19:22:00 beck Exp $ +.\" $OpenBSD: spamd.8,v 1.13 2003/03/02 20:32:05 deraadt Exp $ .\" .\" Copyright (c) 2002 Theo de Raadt. All rights reserved. .\" @@ -106,13 +106,13 @@ The rules can be loaded into an .Em table to simplify handling. .Bd -literal - table <spamd> + table <spamd> rdr proto tcp from { <spamd> } to any port smtp -> 127.0.0.1 port 8025 .Ed .Pp Any addresses in table .Aq spamd -are then redirected to +are then redirected to .Nm running on port 25. Addresses can then be can be loaded into the @@ -125,7 +125,7 @@ like: .Xr spamd-setup 8 can also be used to load addresses into the .Aq spamd -table. +table. .Xr spamd-setup 8 also has the added benefit of being able to remove addresses from blacklists, and will connect to @@ -133,12 +133,12 @@ blacklists, and will connect to over a localhost socket, giving .Nm information about each source of blacklist addresses, as well as custom -rejection messages for each blacklist source +rejection messages for each blacklist source that can be used to let any real person whose mail is deferred by spamd know why their address has been listed from sending mail. This is important as it allows legitimate mail senders to pressure spam sources into behaving properly so that they -may be removed from the relevant blacklists. +may be removed from the relevant blacklists. .Pp .Sh CONFIGURATION CONNECTIONS .Nm @@ -158,9 +158,9 @@ be used to produce a single % in the output, \e\e will produce a single \e. .Nm will reject mail by displaying all the messages from all blacklists in which -a connecting address is matched. +a connecting address is matched. .Xr spamd-setup 8 -is normally used to configure this informaiton. +is normally used to configure this informaiton. .Pp .Sh SEE ALSO .Xr pf.conf 5 , |