add section about other services to Rspamd docs

This commit is contained in:
georglauterbach 2024-01-30 17:17:25 +01:00
parent 08750e3a73
commit c6aeb99a2d
No known key found for this signature in database
GPG Key ID: F367F7C43C118578
1 changed files with 4 additions and 0 deletions

View File

@ -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"