From 60e83d8fce167e00f2b09fec5d045266dc4ca178 Mon Sep 17 00:00:00 2001 From: andreasmuelhaupt <61550715+andreasmuelhaupt@users.noreply.github.com> Date: Sat, 6 Aug 2022 22:09:53 +0200 Subject: [PATCH 1/2] Fixed wrong snippet for rspamd restart fixed broken links --- docs/manual-guides/Rspamd/u_e-rspamd.de.md | 4 ++-- docs/manual-guides/Rspamd/u_e-rspamd.en.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/manual-guides/Rspamd/u_e-rspamd.de.md b/docs/manual-guides/Rspamd/u_e-rspamd.de.md index b11ee3e8a..ac072c0ac 100644 --- a/docs/manual-guides/Rspamd/u_e-rspamd.de.md +++ b/docs/manual-guides/Rspamd/u_e-rspamd.de.md @@ -98,7 +98,7 @@ Speichern Sie die Datei und starten Sie "rspamd-mailcow" neu: `docker-compose re ## Spamfilter-Schwellenwerte (global) -Jeder Benutzer kann [seine Spam-Bewertung](../mailcow-UI/u_e-mailcow_ui-spamfilter.md) individuell ändern. Um eine neue **serverweite** Grenze zu definieren, editieren Sie `data/conf/rspamd/local.d/actions.conf`: +Jeder Benutzer kann [seine Spam-Bewertung](../mailcow-UI/u_e-mailcow_ui-spamfilter.de.md) individuell ändern. Um eine neue **serverweite** Grenze zu definieren, editieren Sie `data/conf/rspamd/local.d/actions.conf`: ```cpp reject = 15; @@ -175,7 +175,7 @@ redis-cli --scan --pattern RL* | xargs redis-cli unlink Starten Sie Rspamd neu: ```bash -docker-compose exec redis-mailcow sh +docker-compose restart rspamd-mailcow ``` ## Erneutes Senden von Quarantäne-Benachrichtigungen auslösen diff --git a/docs/manual-guides/Rspamd/u_e-rspamd.en.md b/docs/manual-guides/Rspamd/u_e-rspamd.en.md index db42333ca..e593ecd1b 100644 --- a/docs/manual-guides/Rspamd/u_e-rspamd.en.md +++ b/docs/manual-guides/Rspamd/u_e-rspamd.en.md @@ -99,7 +99,7 @@ Save the file and restart "rspamd-mailcow": `docker-compose restart rspamd-mailc ## Spam filter thresholds (global) -Each user is able to change [their spam rating individually](../mailcow-UI/u_e-mailcow_ui-spamfilter.md). To define a new **server-wide** limit, edit `data/conf/rspamd/local.d/actions.conf`: +Each user is able to change [their spam rating individually](../mailcow-UI/u_e-mailcow_ui-spamfilter.en.md). To define a new **server-wide** limit, edit `data/conf/rspamd/local.d/actions.conf`: ```cpp reject = 15; @@ -176,7 +176,7 @@ redis-cli --scan --pattern RL* | xargs redis-cli unlink Restart Rspamd: ```bash -docker-compose exec redis-mailcow sh +docker-compose restart rspamd-mailcow ``` ## Trigger a resend of quarantine notifications From 29b24b76da9d00468c0b8be85006212f9b2c49c4 Mon Sep 17 00:00:00 2001 From: andreasmuelhaupt <61550715+andreasmuelhaupt@users.noreply.github.com> Date: Sat, 6 Aug 2022 22:10:21 +0200 Subject: [PATCH 2/2] Fixed mistranslated command in redis-cli --- docs/manual-guides/Redis/u_e-redis.de.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual-guides/Redis/u_e-redis.de.md b/docs/manual-guides/Redis/u_e-redis.de.md index 767ed83ee..c47aca7f6 100644 --- a/docs/manual-guides/Redis/u_e-redis.de.md +++ b/docs/manual-guides/Redis/u_e-redis.de.md @@ -18,7 +18,7 @@ Hier sind einige nützliche Befehle für den redis-cli zur Fehlersuche: ``` # docker-compose exec redis-mailcow redis-cli -127.0.0.1:6379> überwachen +127.0.0.1:6379> monitor OK 1494077286.401963 [0 172.22.1.253:41228] "SMEMBERS" "BAYES_SPAM_keys" 1494077288.292970 [0 172.22.1.253:41229] "SMEMBERS" "BAYES_SPAM_keys"