This commit is contained in:
andryyy 2017-03-02 21:30:04 +01:00
parent f49831032c
commit a4bb6f2650
2 changed files with 3 additions and 3 deletions

View File

@ -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. 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. At first you may want to setup Rspamds web interface which provides some useful features and information.
1. Generate a Rspamd controller password hash: 1. Generate a Rspamd controller password hash:
@ -68,7 +68,7 @@ Open https://${MAILCOW_HOSTNAME}/rspamd in a browser and login!
# Optional: Reverse proxy # Optional: Reverse proxy
You don't need to change the Nginx site that comes with mailcow: dockerized. 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: Make sure you change HTTP_BIND and HTTPS_BIND to a local address and set the ports accordingly, for example:
``` ```

View File

@ -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`. 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** **CLI tools**