rspamd/doc/rspamd.8

79 righe
1.4 KiB
Groff

2014-10-15 15:14:07 +02:00
.TH "RSPAMD" "8" "" "Rspamd User Manual" ""
2013-12-27 19:04:56 +01:00
.SH NAME
.PP
2014-10-15 15:14:07 +02:00
rspamd \- main daemon for rapid spam filtering system
2013-12-27 19:04:56 +01:00
.SH SYNOPSIS
.PP
rspamd [\f[I]options\f[]]...
.PP
2014-10-15 15:14:07 +02:00
rspamd \-\-help
2013-12-27 19:04:56 +01:00
.SH DESCRIPTION
.PP
Rspamd filtering system is designed to be fast, modular and easily
scalable system.
Rspamd core is written in \f[C]C\f[] language using event driven
processing model.
Plugins for rspamd can be written in \f[C]Lua\f[] programming language.
Rspamd is designed to process connections completely asynchronous and do
not block anywhere in code.
.SH OPTIONS
.TP
2014-10-15 15:14:07 +02:00
.B \-f, \-\-no\-fork
2013-12-27 19:04:56 +01:00
Do not daemonize main process
.RS
.RE
.TP
2014-10-15 15:14:07 +02:00
.B \-c \f[I]path\f[], \-\-config=\f[I]path\f[]
2013-12-27 19:04:56 +01:00
Specify config file(s)
.RS
.RE
.TP
2014-10-15 15:14:07 +02:00
.B \-u \f[I]username\f[], \-\-user=\f[I]username\f[]
2013-12-27 19:04:56 +01:00
User to run rspamd as
.RS
.RE
.TP
2014-10-15 15:14:07 +02:00
.B \-g \f[I]groupname\f[], \-\-group=\f[I]groupname\f[]
2013-12-27 19:04:56 +01:00
Group to run rspamd as
.RS
.RE
.TP
2014-10-15 15:14:07 +02:00
.B \-p \f[I]path\f[], \-\-pid=\f[I]path\f[]
2013-12-27 19:04:56 +01:00
Path to pidfile
.RS
.RE
.TP
2014-10-15 15:14:07 +02:00
.B \-i, \-\-insecure
2013-12-27 19:04:56 +01:00
Ignore running workers as privileged users (insecure)
.RS
.RE
.SH EXAMPLES
.PP
Run rspamd daemon with default configuration:
.IP
.nf
2013-12-27 19:04:56 +01:00
\f[C]
rspamd
\f[]
.fi
.PP
2013-12-27 19:04:56 +01:00
Run rspamd in foreground with custom configuration:
.IP
.nf
\f[C]
2014-10-15 15:14:07 +02:00
rspamd\ \-f\ \-c\ ~/rspamd.conf
2013-12-27 19:04:56 +01:00
\f[]
.fi
.PP
2013-12-27 19:04:56 +01:00
Run rspamd specifying user and group:
.IP
.nf
\f[C]
2014-10-15 15:14:07 +02:00
rspamd\ \-u\ rspamd\ \-g\ rspamd\ \-c\ /etc/rspamd/rspamd.conf
2013-12-27 19:04:56 +01:00
\f[]
.fi
.SH SEE ALSO
.PP
2013-12-27 19:04:56 +01:00
Rspamd documentation and source codes may be downloaded from
<https://rspamd.com/>.