Linux command
rspamd 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Start Rspamd
rspamd
Start with config file
rspamd -c [/etc/rspamd/rspamd.conf]
Test mode
rspamd -t
Foreground mode
rspamd -f
Start via systemd
sudo systemctl start rspamd
说明
Rspamd is a fast, free spam filtering system written in C. It uses machine learning, neural networks, and various rules to identify spam with high accuracy and low resource usage.
参数
- -c, --config _file_
- Configuration file.
- -f, --no-fork
- Run in foreground.
- -t, --test-config
- Test configuration.
- -u, --user _user_
- Run as user.
- -g, --group _group_
- Run as group.
FAQ
What is the rspamd command used for?
Rspamd is a fast, free spam filtering system written in C. It uses machine learning, neural networks, and various rules to identify spam with high accuracy and low resource usage.
How do I run a basic rspamd example?
Run `rspamd` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -c, --config _file_ do in rspamd?
Configuration file.