From a2dfa70a29f084193ff79801af1d5eb568be06f3 Mon Sep 17 00:00:00 2001 From: Michael Kuron Date: Fri, 22 Sep 2017 13:31:02 +0200 Subject: [PATCH] Rspamd configuration customization --- docs/firststeps-rspamd_ui.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/firststeps-rspamd_ui.md b/docs/firststeps-rspamd_ui.md index 39cca4cd3..402beee00 100644 --- a/docs/firststeps-rspamd_ui.md +++ b/docs/firststeps-rspamd_ui.md @@ -5,7 +5,7 @@ At first you may want to setup Rspamds web interface which provides some useful docker-compose exec rspamd-mailcow rspamadm pw ``` -2\. Replace the default hash in `data/conf/rspamd/override.d/worker-controller.inc` by your newly generated: +2\. Save your newly-generated hash by adding the following line to `data/conf/rspamd/override.d/worker-controller.custom.inc`: ``` enable_password = "myhash"; ```