.\" Automatically generated by Pandoc 3.1.11.1 .\" .TH "RSPAMD" "8" "" "Rspamd User Manual" "" .SH NAME rspamd \- main daemon for rapid spam filtering system .SH SYNOPSIS rspamd [\f[I]options\f[R]]\&... .PP rspamd \[en]help .SH DESCRIPTION Rspamd filtering system is designed to be fast, modular and easily scalable system. Rspamd core is written in \f[CR]C\f[R] language using event driven processing model. Plugins for rspamd can be written in \f[CR]Lua\f[R] programming language. Rspamd is designed to process connections completely asynchronous and do not block anywhere in code. .SH OPTIONS .TP \-f, \-\-no\-fork Do not daemonize main process .TP \-c \f[I]path\f[R], \-\-config=\f[I]path\f[R] Specify config file(s) .TP \-u \f[I]username\f[R], \-\-user=\f[I]username\f[R] User to run rspamd as .TP \-g \f[I]groupname\f[R], \-\-group=\f[I]groupname\f[R] Group to run rspamd as .TP \-p \f[I]path\f[R], \-\-pid=\f[I]path\f[R] Path to pidfile .TP \-i, \-\-insecure Ignore running workers as privileged users (insecure) .SH EXAMPLES Run rspamd daemon with default configuration: .IP .EX rspamd .EE .PP Run rspamd in foreground with custom configuration: .IP .EX rspamd \-f \-c \[ti]/rspamd.conf .EE .PP Run rspamd specifying user and group: .IP .EX rspamd \-u rspamd \-g rspamd \-c /etc/rspamd/rspamd.conf .EE .SH SEE ALSO Rspamd documentation and source codes may be downloaded from \c .UR https://rspamd.com/ .UE \c \&.