docs: add note about Rspamd web interface (#3245)

This commit is contained in:
Georg Lauterbach 2023-04-10 16:00:24 +02:00 committed by GitHub
parent ddcc1dcc5c
commit bbe1d2da31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -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].