.\" 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