slackbuilds/network/rspamd
B. Watson 8170c0bbb4
network/rspamd: Add missing patch.
Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-03-26 01:20:08 +07:00
..
0007-fix-i386-compilation.patch network/rspamd: Add missing patch. 2022-03-26 01:20:08 +07:00
README network/rspamd: Updated for version 2.5. 2020-09-26 16:10:54 +07:00
Toolset.cmake.patch network/rspamd: Updated for version 2.5. 2020-09-26 16:10:54 +07:00
doinst.sh network/rspamd: Updated for version 2.5. 2020-09-26 16:10:54 +07:00
rc.rspamd.new network/rspamd: Updated for version 3.1 2021-11-07 13:10:50 +07:00
rspamd.SlackBuild network/rspamd: Fix 32-bit build. 2022-03-26 01:20:08 +07:00
rspamd.info network/rspamd: Updated for version 3.1 2021-11-07 13:10:50 +07:00
slack-desc network/rspamd: Updated for version 2.5. 2020-09-26 16:10:54 +07:00

README

rspamd (An advanced spam filtering system)

Rspamd is an advanced spam filtering system that allows evaluation of
messages by a number of rules including regular expressions, statistical
analysis and custom services such as URL black lists. Each message is
analysed by Rspamd and given a spam score.

According to this spam score and the user's settings Rspamd recommends
an action for the MTA to apply to the message: for example, to pass, to
reject or to add a header. Rspamd is designed to process hundreds of
messages per second simultaneously and has a number of features
available.

Groupname and Username

You must have the "rspamd" group and user to run this script, for
example:

  groupadd -g 359 rspamd
  useradd -u 359 -s /bin/false -d /dev/null -g rspamd rspamd