mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-04 10:05:00 +02:00
deploy: 92b06c4020
This commit is contained in:
parent
5b53cc9b47
commit
5f8e269ab8
52 changed files with 160 additions and 150 deletions
|
@ -22,7 +22,7 @@
|
|||
|
||||
|
||||
<link rel="icon" href="../../../assets/logo/favicon-32x32.png">
|
||||
<meta name="generator" content="mkdocs-1.6.0, mkdocs-material-9.5.23">
|
||||
<meta name="generator" content="mkdocs-1.6.0, mkdocs-material-9.5.24">
|
||||
|
||||
|
||||
|
||||
|
@ -2624,6 +2624,16 @@
|
|||
<h3 id="web-interface"><a class="toclink" href="#web-interface">Web Interface</a></h3>
|
||||
<p>Rspamd provides a <a href="https://rspamd.com/webui/">web interface</a>, which contains statistics and data Rspamd collects. The interface is enabled by default and reachable on port 11334.</p>
|
||||
<p><img alt="Rspamd Web Interface" src="https://rspamd.com/img/webui.png" /></p>
|
||||
<p>To use the web interface you will need to configure a password, <a href="https://www.rspamd.com/doc/tutorials/quickstart.html#setting-the-controller-password">otherwise you won't be able to log in</a>.</p>
|
||||
<details class="example">
|
||||
<summary>Set a custom password</summary>
|
||||
<p>Add this line to <a href="#with-the-help-of-a-custom-file">your rspamd <code>custom-commands.conf</code> config</a> which sets the <code>password</code> option of the <em>controller worker</em>:</p>
|
||||
<div class="highlight"><pre><span></span><code>set-option-for-controller password "your hashed password here"
|
||||
</code></pre></div>
|
||||
<p>The password hash can be generated via the <code>rspamadm pw</code> command:</p>
|
||||
<div class="highlight"><pre><span></span><code>docker<span class="w"> </span><span class="nb">exec</span><span class="w"> </span>-it<span class="w"> </span><CONTAINER_NAME><span class="w"> </span>rspamadm<span class="w"> </span>pw
|
||||
</code></pre></div>
|
||||
</details>
|
||||
<h3 id="dns"><a class="toclink" href="#dns">DNS</a></h3>
|
||||
<p>DMS does not supply custom values for DNS servers (to Rspamd). If you need to use custom DNS servers, which could be required when using <a href="#rbls-real-time-blacklists-dnsbls-dns-based-blacklists">DNS-based deny/allowlists</a>, you need to adjust <a href="https://rspamd.com/doc/configuration/options.html"><code>options.inc</code></a> yourself. Make sure to also read our <a href="../../../faq/#what-about-dns-servers">FAQ page on DNS servers</a>.</p>
|
||||
<div class="admonition warning">
|
||||
|
@ -2804,7 +2814,7 @@ disable-module<span class="w"> </span>chartable
|
|||
<script id="__config" type="application/json">{"base": "../../..", "features": ["navigation.tabs", "navigation.top", "navigation.expand", "navigation.instant", "content.action.edit", "content.action.view", "content.code.annotate"], "search": "../../../assets/javascripts/workers/search.b8dbb3d2.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}, "version": {"provider": "mike"}}</script>
|
||||
|
||||
|
||||
<script src="../../../assets/javascripts/bundle.ebd0bdb7.min.js"></script>
|
||||
<script src="../../../assets/javascripts/bundle.081f42fc.min.js"></script>
|
||||
|
||||
|
||||
</body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue