1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4.
.TH PYZORD "1" "June 2016" "pyzord 1.0.0" "User Commands"
.SH NAME
pyzord \- spam-catcher using a collaborative filtering network
.SH SYNOPSIS
.B pyzord
[\fI\,options\/\fR]
.SH DESCRIPTION
Listen for and process incoming Pyzor connections.
.SH OPTIONS
.TP
\fB\-h\fR, \fB\-\-help\fR
show this help message and exit
.TP
\fB\-n\fR NICE, \fB\-\-nice\fR=\fI\,NICE\/\fR
\&'nice' level
.TP
\fB\-d\fR, \fB\-\-debug\fR
enable debugging output
.TP
\fB\-\-homedir\fR=\fI\,HOMEDIR\/\fR
configuration directory
.TP
\fB\-a\fR LISTENADDRESS, \fB\-\-address\fR=\fI\,LISTENADDRESS\/\fR
listen on this IP
.TP
\fB\-p\fR PORT, \fB\-\-port\fR=\fI\,PORT\/\fR
listen on this port
.TP
\fB\-e\fR ENGINE, \fB\-\-database\-engine\fR=\fI\,ENGINE\/\fR
select database backend
.TP
\fB\-\-dsn\fR=\fI\,DIGESTDB\/\fR
data source name (filename for gdbm,
host,user,password,database,table for MySQL)
.TP
\fB\-\-gevent\fR=\fI\,GEVENT\/\fR
set to true to use the gevent library
.TP
\fB\-\-threads\fR=\fI\,THREADS\/\fR
set to true if multi\-threading should be used (this
may not apply to all engines)
.TP
\fB\-\-max\-threads\fR=\fI\,MAXTHREADS\/\fR
the maximum number of concurrent threads (defaults to
0 which is unlimited)
.TP
\fB\-\-processes\fR=\fI\,PROCESSES\/\fR
set to true if multi\-processing should be used (this
may not apply to all engines)
.TP
\fB\-\-max\-processes\fR=\fI\,MAXPROCESSES\/\fR
the maximum number of concurrent processes (defaults
to 40)
.TP
\fB\-\-db\-connections\fR=\fI\,DBCONNECTIONS\/\fR
the number of db connections that will be kept by the
server. This only applies if threads are used.
Defaults to 0 which means a new connection is used for
every thread. (this may not apply all engines)
.HP
\fB\-\-pre\-fork\fR=\fI\,PREFORK\/\fR
.TP
\fB\-\-password\-file\fR=\fI\,PASSWDFILE\/\fR
name of password file
.TP
\fB\-\-access\-file\fR=\fI\,ACCESSFILE\/\fR
name of ACL file
.TP
\fB\-\-cleanup\-age\fR=\fI\,CLEANUPAGE\/\fR
time before digests expire (in seconds)
.TP
\fB\-\-log\-file\fR=\fI\,LOGFILE\/\fR
name of the log file
.TP
\fB\-\-usage\-log\-file\fR=\fI\,USAGELOGFILE\/\fR
name of the usage log file
.TP
\fB\-\-pid\-file\fR=\fI\,PIDFILE\/\fR
save the pid in this file after the server is
daemonized
.TP
\fB\-\-forward\-client\-homedir\fR=\fI\,FORWARDCLIENTHOMEDIR\/\fR
Specify a pyzor client configuration directory to
forward received digests to a remote pyzor server
.TP
\fB\-\-detach\fR=\fI\,DETACH\/\fR
daemonizes the server and redirects any output to the
specified file
.TP
\fB\-V\fR, \fB\-\-version\fR
print version and exit
|