diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-01-21 08:07:42 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-01-21 08:07:42 +0000 |
commit | 9dc76a02d766daad1d383c04e6ba5f3ec5a98c32 (patch) | |
tree | 568e23a085e4e4c89949d8dfd11ec41e135925f6 /libexec/spamd-setup/spamd-setup.8 | |
parent | 3f5da92d1499bc282e84c821328ed52f4a49e7d0 (diff) |
New spamd configuration method. Many people have trouble with the spam
RBL sites being slow, so now we will provide the maps ourselves through
our www mirrors around the world. We can also now write our own internal
translators for maps that are in bad formats, and place them into the www
space in the correct format. tested by beck, djm
Diffstat (limited to 'libexec/spamd-setup/spamd-setup.8')
-rw-r--r-- | libexec/spamd-setup/spamd-setup.8 | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/libexec/spamd-setup/spamd-setup.8 b/libexec/spamd-setup/spamd-setup.8 index 4f7a37266bd..7e34ce90371 100644 --- a/libexec/spamd-setup/spamd-setup.8 +++ b/libexec/spamd-setup/spamd-setup.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: spamd-setup.8,v 1.6 2003/06/02 20:20:35 jason Exp $ +.\" $OpenBSD: spamd-setup.8,v 1.7 2004/01/21 08:07:41 deraadt Exp $ .\" .\" Copyright (c) 2003 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -31,6 +31,7 @@ .Nd parse and load file of spammer addresses .Sh SYNOPSIS .Nm spamd-setup +.Op Fl dn .Op Ar file ... .Sh DESCRIPTION The @@ -51,6 +52,15 @@ to the .Xr spamd 8 daemon. .Pp +The options are as follows: +.Bl -tag -width Ds +.It Fl d +Debug mode reports a few pieces of information. +.It Fl n +Dry-run mode. No data is shipped to +.Xr pf 4 . +.El +.Pp Blacklists and whitelists are specified in the configuration file .Pa /etc/spamd.conf and are processed in the order specified in the |