Fix docs
parent
f49831032c
commit
a4bb6f2650
|
@ -46,7 +46,7 @@ docker-compose restart postfix-mailcow dovecot-mailcow nginx-mailcow
|
|||
```
|
||||
When renewing certificates, run the last two steps (link + restart) as post-hook in a script.
|
||||
|
||||
# Rspamd UI access
|
||||
# Rspamd Web UI
|
||||
At first you may want to setup Rspamds web interface which provides some useful features and information.
|
||||
|
||||
1. Generate a Rspamd controller password hash:
|
||||
|
@ -68,7 +68,7 @@ Open https://${MAILCOW_HOSTNAME}/rspamd in a browser and login!
|
|||
# Optional: Reverse proxy
|
||||
|
||||
You don't need to change the Nginx site that comes with mailcow: dockerized.
|
||||
mailcow: dockerized trusts the default gateway IP 172.22.1.1 as proxy. This is very important to control access to Rspamds web ui.
|
||||
mailcow: dockerized trusts the default gateway IP 172.22.1.1 as proxy. This is very important to control access to Rspamd's web UI.
|
||||
|
||||
Make sure you change HTTP_BIND and HTTPS_BIND to a local address and set the ports accordingly, for example:
|
||||
```
|
||||
|
|
|
@ -283,7 +283,7 @@ Rspamd also auto-learns mail when a high or low score is detected (see https://r
|
|||
|
||||
The bayes statistics are written to Redis as keys `BAYES_HAM` and `BAYES_SPAM`.
|
||||
|
||||
You can also use Rspamds web ui to learn ham and/or spam.
|
||||
You can also use Rspamd's web ui to learn ham and/or spam.
|
||||
|
||||
**CLI tools**
|
||||
|
||||
|
|
Loading…
Reference in New Issue