From a4bb6f2650c91962eb48360f66066a15db4bbafe Mon Sep 17 00:00:00 2001 From: andryyy Date: Thu, 2 Mar 2017 21:30:04 +0100 Subject: [PATCH] Fix docs --- docs/first_steps.md | 4 ++-- docs/u_and_e.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/first_steps.md b/docs/first_steps.md index fd187dd5..9cdd53f7 100644 --- a/docs/first_steps.md +++ b/docs/first_steps.md @@ -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: ``` diff --git a/docs/u_and_e.md b/docs/u_and_e.md index 62ba76ce..af18e961 100644 --- a/docs/u_and_e.md +++ b/docs/u_and_e.md @@ -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**