This commit is contained in:
github-actions[bot] 2023-04-23 13:14:59 +00:00
parent f84624fc5b
commit c182e83894
3 changed files with 2 additions and 11 deletions

View file

@ -3673,11 +3673,7 @@ ClamAV must be enabled (ENABLE_CLAMAV=1) for this.</p>
</ul>
<h4 id="rspamd"><a class="toclink" href="#rspamd">Rspamd</a></h4>
<h5 id="enable_rspamd"><a class="toclink" href="#enable_rspamd">ENABLE_RSPAMD</a></h5>
<p>Enable or disable Rspamd.</p>
<div class="admonition warning">
<p class="admonition-title">Current State</p>
<p>Rspamd-support is under active development. Be aware that changes can happen at any time. To get more information, see <a href="../security/rspamd/">the detailed documentation page for Rspamd</a>.</p>
</div>
<p>Enable or disable <a href="../security/rspamd/">Rspamd</a>.</p>
<ul>
<li><strong>0</strong> =&gt; disabled</li>
<li>1 =&gt; enabled</li>

View file

@ -1757,11 +1757,6 @@
<h1>Rspamd</h1>
<div class="admonition warning">
<p class="admonition-title">The current state of Rspamd integration into DMS</p>
<p>Recent pull requests have stabilized integration of Rspamd to a point that we encourage users to test the feature. We are confident that there are no major bugs in our integration that make using Rspamd infeasible. Please note that there may still be changes ahead as integration is still work in progress!</p>
<p>We expect to stabilize this feature with version <code>v12.1.0</code>.</p>
</div>
<h2 id="about"><a class="toclink" href="#about">About</a></h2>
<p>Rspamd is a <a href="https://rspamd.com/">"fast, free and open-source spam filtering system"</a>. DMS integrates Rspamd like any other service. We provide a very simple but easy to maintain setup of Rspamd.</p>
<p>If you want to have a look at the default configuration files for Rspamd that DMS packs, navigate to <a href="https://github.com/docker-mailserver/docker-mailserver/tree/master/target/rspamd"><code>target/rspamd/</code> inside the repository</a>. Please consult the <a href="#the-default-configuration">section "The Default Configuration"</a> section down below for a written overview.</p>

File diff suppressed because one or more lines are too long