summaryrefslogtreecommitdiffstats
path: root/network/rspamd/README
diff options
context:
space:
mode:
author Ebben Aries2018-11-26 23:42:17 +0100
committer Willy Sudiarto Raharjo2018-12-01 01:27:47 +0100
commitc47042f4c58235442a15d152ed97fe9b352d1d0d (patch)
tree816707047937a3fce5d5a12f8d45bb818f79ecd5 /network/rspamd/README
parent43ab7d5e9cf69fab9a1be83368e6cbb02bc8b342 (diff)
downloadslackbuilds-c47042f4c58235442a15d152ed97fe9b352d1d0d.tar.gz
network/rspamd: Updated for version 1.8.2.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/rspamd/README')
-rw-r--r--network/rspamd/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/network/rspamd/README b/network/rspamd/README
index 01bded1e3d..705ffd1689 100644
--- a/network/rspamd/README
+++ b/network/rspamd/README
@@ -10,3 +10,10 @@ 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