diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-03-06 09:00:14 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-03-06 09:00:14 +0000 |
commit | a777b215cbee8defd5caa5a8bfead6264209aeb5 (patch) | |
tree | 0f31cddda928cdf3094676417db492166fa27f56 /libexec | |
parent | 429b8e88a9b86e22236ee2af55b70b7dedf5412f (diff) |
tweak -c; sort FILES;
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/spamd/spamd.8 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/libexec/spamd/spamd.8 b/libexec/spamd/spamd.8 index ec329a0647c..9dafad185ce 100644 --- a/libexec/spamd/spamd.8 +++ b/libexec/spamd/spamd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: spamd.8,v 1.91 2007/03/06 08:56:32 jmc Exp $ +.\" $OpenBSD: spamd.8,v 1.92 2007/03/06 09:00:13 jmc Exp $ .\" .\" Copyright (c) 2002 Theo de Raadt. All rights reserved. .\" @@ -120,7 +120,9 @@ Run in blacklist-only mode. .It Fl c Ar maxcon The maximum number of concurrent connections to allow. .Ar maxcon -may not exceed kern.maxfiles - 200, and defaults to 800. +may not exceed +.Va kern.maxfiles +\- 200, and defaults to 800. .It Fl d Debug mode. .Nm @@ -515,12 +517,12 @@ The file needs to be copied to all hosts sending or receiving synchronisation messages. .Sh FILES .Bl -tag -width "/etc/mail/spamd.alloweddomainsXX" -compact +.It /etc/mail/spamd.alloweddomains +Optional required suffixes for greytrapping. .It /etc/mail/spamd.conf Default configuration file. .It /etc/mail/spamd.key Authentication key for synchronisation messages. -.It /etc/mail/spamd.alloweddomains -Optional required suffixes for greytrapping. .It /var/db/spamd Greylisting database. .El |