2
0
mirror of https://github.com/tomav/docker-mailserver synced 2025-08-31 14:25:59 +00:00

rspamd: follow-up of #3016 (#3039)

This commit is contained in:
Georg Lauterbach
2023-01-30 08:23:58 +01:00
committed by GitHub
parent 24d0c358a1
commit 1a0c2a351a
5 changed files with 9 additions and 7 deletions

View File

@@ -118,10 +118,9 @@ function _setup_rspamd
declare -a DISABLE_MODULES
DISABLE_MODULES=(
clickhouse
dkim_signing
elastic
greylist
rbl
neural
reputation
spamassassin
url_redirector
@@ -131,7 +130,7 @@ function _setup_rspamd
for MODULE in "${DISABLE_MODULES[@]}"
do
cat >"/etc/rspamd/local.d/${MODULE}.conf" << EOF
#documentation: https://rspamd.com/doc/modules/${MODULE}.html
# documentation: https://rspamd.com/doc/modules/${MODULE}.html
enabled = false;