From c6aeb99a2d439701d681ab6a1cdc1dcf78a6a9f2 Mon Sep 17 00:00:00 2001 From: georglauterbach <44545919+georglauterbach@users.noreply.github.com> Date: Tue, 30 Jan 2024 17:17:25 +0100 Subject: [PATCH] add section about other services to Rspamd docs --- docs/content/config/security/rspamd.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/content/config/security/rspamd.md b/docs/content/config/security/rspamd.md index 4c466c5d..16c7b6b2 100644 --- a/docs/content/config/security/rspamd.md +++ b/docs/content/config/security/rspamd.md @@ -32,6 +32,10 @@ With these variables, you can enable Rspamd itself, and you can enable / disable ## The Default Configuration +### Other Anti-Spam-Services + +DMS packs other anti-spam services, like SpamAssassin or Amavis, next to Rspamd. There exist services, like ClamAV (`ENABLE_CLAMAV`), that Rspamd can utilize to improve the scanning. Except for ClamAV, we recommend disabling **all other** anti-spam services when using Rspamd. The [basic configuration shown below](#a-very-basic-configuration) provides a good starting point. + ### Mode of Operation !!! tip "Attention"