summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2006-11-14 17:35:20 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2006-11-14 17:35:20 +0000
commit8dce3ab9bfc14b427e6cc4186ce8ff0589212aee (patch)
tree845a28cdfe37ff5b57306161658447b7b212dba7
parent60f89064e9775c88b520ef04f3193ffe718b3144 (diff)
clarify "maxcon" somewhat, particularly its upper limit;
from jared rr spiegel (pr #5292), tweaked somewhat;
-rw-r--r--libexec/spamd/spamd.89
1 files changed, 6 insertions, 3 deletions
diff --git a/libexec/spamd/spamd.8 b/libexec/spamd/spamd.8
index 609cdaae0aa..98417aab39d 100644
--- a/libexec/spamd/spamd.8
+++ b/libexec/spamd/spamd.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: spamd.8,v 1.64 2006/10/19 11:46:51 jmc Exp $
+.\" $OpenBSD: spamd.8,v 1.65 2006/11/14 17:35:19 jmc Exp $
.\"
.\" Copyright (c) 2002 Theo de Raadt. All rights reserved.
.\"
@@ -64,7 +64,9 @@ For blacklisted entries, return error code 550 to the spammer.
The maximum number of concurrent blacklisted connections to allow in
greylisting mode.
This value may not be greater than maxcon (see below).
-The default is maxcon \- 100.
+The default is
+.Ar maxcon
+\- 100.
.It Fl b Ar address
Specify the local address to which
.Nm
@@ -75,7 +77,8 @@ By default
listens on all local addresses.
.It Fl c Ar maxcon
The maximum number of concurrent connections to allow.
-The default is 800.
+.Ar maxcon
+may not exceed the default of 800.
.It Fl d
Debug mode.
.Nm