From ab16ae7e254967a7bcf6748d7f41bc7d8622a60b Mon Sep 17 00:00:00 2001 From: Michael Kuron Date: Thu, 21 Sep 2017 18:37:30 +0200 Subject: [PATCH] Rspamd configuration moved to override.d --- docs/firststeps-rspamd_ui.md | 2 +- docs/u_e-change_config.md | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/firststeps-rspamd_ui.md b/docs/firststeps-rspamd_ui.md index 39cca4cd3..6721ebb32 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\. Add a line with your newly-generated hash to `data/conf/rspamd/override.d/worker-controller.inc`: ``` enable_password = "myhash"; ``` diff --git a/docs/u_e-change_config.md b/docs/u_e-change_config.md index 5a7463ec6..bccec9126 100644 --- a/docs/u_e-change_config.md +++ b/docs/u_e-change_config.md @@ -51,13 +51,13 @@ data/conf │   │   ├── options.inc │   │   ├── redis.conf │   │   ├── rspamd.conf.local -│   │   └── statistic.conf +│   │   ├── statistic.conf +│   │   ├── logging.inc +│   │   ├── worker-controller.inc +│   │   └── worker-normal.inc │   ├── lua │   │   └── rspamd.local.lua -│   └── override.d -│   ├── logging.inc -│   ├── worker-controller.inc -│   └── worker-normal.inc +│   └── override.d (files in this directory can be created to override settings from files in local.d) └── sogo ├── sieve.creds └── sogo.conf