From d44ba0da6efd862ff28db044829f72f28dd1b67f Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Mon, 30 Nov 2020 08:57:34 +0100 Subject: rspamd: Added --- rspamd/README | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 rspamd/README (limited to 'rspamd/README') diff --git a/rspamd/README b/rspamd/README new file mode 100644 index 0000000..705ffd1 --- /dev/null +++ b/rspamd/README @@ -0,0 +1,19 @@ +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 -- cgit v1.2.3