GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
RSPAMD(8) RSPAMD(8)

rspamd - main daemon for rapid spam filtering system

rspamd [options]...

rspamd --help

Rspamd filtering system is designed to be fast, modular and easily scalable system. Rspamd core is written in C language using event driven processing model. Plugins for rspamd can be written in Lua programming language. Rspamd is designed to process connections completely asynchronous and do not block anywhere in code.

-f, --no-fork
Do not daemonize main process
-c path, --config=path
Specify config file(s)
-u username, --user=username
User to run rspamd as
-g groupname, --group=groupname
Group to run rspamd as
-p path, --pid=path
Path to pidfile
-i, --insecure
Ignore running workers as privileged users (insecure)

Run rspamd daemon with default configuration:

rspamd

    

Run rspamd in foreground with custom configuration:


rspamd -f -c ~/rspamd.conf

    

Run rspamd specifying user and group:


rspamd -u rspamd -g rspamd -c /etc/rspamd/rspamd.conf

    

Rspamd documentation and source codes may be downloaded from <https://rspamd.com/>.
Rspamd User Manual

Search for    or go to Top of page |  Section 8 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.