From bbe1d2da3117264c484a87c75813b0d3da71161a Mon Sep 17 00:00:00 2001 From: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com> Date: Mon, 10 Apr 2023 16:00:24 +0200 Subject: [PATCH] docs: add note about Rspamd web interface (#3245) --- docs/content/config/security/rspamd.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/content/config/security/rspamd.md b/docs/content/config/security/rspamd.md index 4dcaf3de..20871c95 100644 --- a/docs/content/config/security/rspamd.md +++ b/docs/content/config/security/rspamd.md @@ -41,6 +41,14 @@ When Rspamd is enabled, we implicitly also start an instance of Redis in the con Redis uses `/etc/redis/redis.conf` for configuration. We adjust this file when enabling the internal Redis service. If you have an external instance of Redis to use, the internal Redis service can be opt-out via setting the ENV [`ENABLE_RSPAMD_REDIS=0`](../environment.md#enable_rspamd_redis) (_link also details required changes to the DMS rspamd config_). +### Web Interface + +Rspamd provides a [web interface][rspamc-docs-web-interface], which contains statistics and data Rspamd collects. The interface is enabled by default and reachable on port 11334. + +![Rspamd Web Interface](https://rspamd.com/img/webui.png) + +[rspamc-docs-web-interface]: https://rspamd.com/webui/ + ### Modules You can find a list of all Rspamd modules [on their website][modules].