diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-10-14 16:42:12 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-10-14 16:42:12 +0100 |
commit | b9ef6acd98acb414b7e1075d04cb192ab6f30ef5 (patch) | |
tree | b0a9cab9ee2516d76001d6a85de7cf789da9cc77 /doc/rspamd.8.md | |
parent | b5ad0c51c8d0a271665109ee0d6898a6cb0694c6 (diff) | |
download | rspamd-b9ef6acd98acb414b7e1075d04cb192ab6f30ef5.tar.gz rspamd-b9ef6acd98acb414b7e1075d04cb192ab6f30ef5.zip |
Update manpages.
Diffstat (limited to 'doc/rspamd.8.md')
-rw-r--r-- | doc/rspamd.8.md | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/doc/rspamd.8.md b/doc/rspamd.8.md index 730717ffb..c7c811cf4 100644 --- a/doc/rspamd.8.md +++ b/doc/rspamd.8.md @@ -19,9 +19,6 @@ Rspamd is designed to process connections completely asynchronous and do not blo # OPTIONS --t, \--config-test -: Perform config test and exit - -f, \--no-fork : Do not daemonize main process @@ -37,25 +34,9 @@ Rspamd is designed to process connections completely asynchronous and do not blo -p *path*, \--pid=*path* : Path to pidfile --C, \--dump-cache -: Dump symbols cache stats and exit - --d, \--debug -: Force debug output - -i, \--insecure : Ignore running workers as privileged users (insecure) -\--test-lua=*path* -: Specify lua file(s) to test - -\--sign-config=*path* -: Specify config file(s) to sign - -\--private-key=*path* -: Specify private key to sign - - # EXAMPLES Run rspamd daemon with default configuration: @@ -70,14 +51,6 @@ Run rspamd specifying user and group: rspamd -u rspamd -g rspamd -c /etc/rspamd/rspamd.conf -Test lua scripts using rspamd API: - - rspamd --test-lua=~/test1.lua --test-lua=~/test2.lua - -Sign config files for `.includes` macro: - - rspamd --private-key=sign.key --sign-config=rspamd.conf - # SEE ALSO Rspamd documentation and source codes may be downloaded from |