diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-03-04 13:52:10 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-04 13:52:10 +0000 |
commit | 5dafa0f969225b143ed8b2e36e666252ada0f8a3 (patch) | |
tree | 4fe079f56dae86ceda2c78abe9af28e058f201d5 | |
parent | e0c59257979919ee4dc96ceaa250d37a9e9d2210 (diff) | |
parent | 594fb1e78e84fc2901dc86f53e9c0f6ab387f38a (diff) | |
download | rspamd-5dafa0f969225b143ed8b2e36e666252ada0f8a3.tar.gz rspamd-5dafa0f969225b143ed8b2e36e666252ada0f8a3.zip |
Merge pull request #2052 from firedranzer/rupesh-interface
corrected headings in interface readme
-rw-r--r-- | interface/README.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/interface/README.md b/interface/README.md index 0507301bc..2ec15480b 100644 --- a/interface/README.md +++ b/interface/README.md @@ -1,6 +1,6 @@ -#Rspamd web interface +# Rspamd web interface -##Overview. +## Overview. This is a simple control interface for rspamd spam filtering system. It provides basic functions for setting metric actions, scores, @@ -8,7 +8,7 @@ viewing statistic and learning. <img src="https://rspamd.com/img/webui.png" class="img-responsive" alt="Webui screenshot"> -##Rspamd setup. +## Rspamd setup. It is required to configure dynamic settings to store configured values. Basically this can be done by providing the following line in options settings: @@ -39,12 +39,12 @@ worker { Password option should be changed for sure for your specific configuration. Encrypted password using is encouraged (`rspamadm pw --encrypt`). -##Interface setup. +## Interface setup. Interface itself is written in pure HTML5/js and, hence, it requires zero setup. Just enter a password for webui access and you are ready. -##Contact information. +## Contact information. Rspamd interface is distributed under the terms of [MIT license](http://opensource.org/licenses/MIT). For all questions related to this product please see the [support page](https://rspamd.com/support.html) |