diff options
author | 2003-06-02 14:27:12 +0000 | |
---|---|---|
committer | 2003-06-02 14:27:12 +0000 | |
commit | cc7859221630a6570f53c44ac76c659959617a8a (patch) | |
tree | 0f9466c623b8eb4326f51fe83d03463695768086 | |
parent | An/Aq for author; (diff) | |
download | wireguard-openbsd-cc7859221630a6570f53c44ac76c659959617a8a.tar.xz wireguard-openbsd-cc7859221630a6570f53c44ac76c659959617a8a.zip |
- remove .Pp's before .Sh
- correct .Xr
- .Ox instead of OpenBSD
- whitespace between punctuation
-rw-r--r-- | libexec/spamd/spamd.8 | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/libexec/spamd/spamd.8 b/libexec/spamd/spamd.8 index de94a5ac827..f716f4cab6a 100644 --- a/libexec/spamd/spamd.8 +++ b/libexec/spamd/spamd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: spamd.8,v 1.34 2003/04/12 22:12:58 deraadt Exp $ +.\" $OpenBSD: spamd.8,v 1.35 2003/06/02 14:27:12 jmc Exp $ .\" .\" Copyright (c) 2002 Theo de Raadt. All rights reserved. .\" @@ -70,7 +70,7 @@ should listen for redirected SMTP connections on. The default port is found by looking for the named service .Em spamd using -.Xr getservbyname 5 . +.Xr getservbyname 3 . .It Fl r Ar reply The SMTP error to return to the spammer, i.e. 450, 451, 550. This defaults to 450. @@ -100,7 +100,6 @@ rules. .Xr spamd-setup 8 is run from .Xr cron 8 . -.Pp .Sh REDIRECTING SMTP CONNECTIONS With .Xr pf 4 , @@ -148,14 +147,13 @@ 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. -.Pp .Sh CONFIGURATION CONNECTIONS .Nm listens for configuration connections on the port identified by the named service .Em spamd-cfg (see -.Xr services 5 ). +.Xr services 5 ) . The configuration socket listens only on the INADDR_LOOPBACK address. Configuration of spamd is done by connecting to the configuration @@ -165,7 +163,7 @@ with, and addresses in CIDR format, all separated by semicolons (;): .Bd -literal tag;"rejection message";aaa.bbb.ccc.ddd/mm;aaa.bbb.ccc.ddd/mm .Ed - +.Pp The rejection message must be inside double quotes. A \e" will produce a double quote in the output. \en will produce a newline. @@ -179,7 +177,6 @@ a connecting address is matched. is normally used to configure this information. .Sh FILES /etc/spamd.conf -.Pp .Sh SEE ALSO .Xr pf.conf 5 , .Xr services 5 , @@ -191,4 +188,4 @@ The .Nm command appeared in -.Tn OpenBSD 3.3. +.Ox 3.3 . |