Skip to content

Commit bbe1d2d

Browse files
docs: add note about Rspamd web interface (docker-mailserver#3245)
1 parent ddcc1dc commit bbe1d2d

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

docs/content/config/security/rspamd.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,14 @@ When Rspamd is enabled, we implicitly also start an instance of Redis in the con
4141

4242
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_).
4343

44+
### Web Interface
45+
46+
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.
47+
48+
![Rspamd Web Interface](https://rspamd.com/img/webui.png)
49+
50+
[rspamc-docs-web-interface]: https://rspamd.com/webui/
51+
4452
### Modules
4553

4654
You can find a list of all Rspamd modules [on their website][modules].

0 commit comments

Comments
 (0)