mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-05 02:27:15 +02:00
deploy: bb2038e8c6
This commit is contained in:
parent
98d9547608
commit
b295400d4b
4 changed files with 70 additions and 42 deletions
|
@ -766,6 +766,13 @@
|
|||
MOVE_SPAM_TO_JUNK
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#mark_spam_as_read" class="md-nav__link">
|
||||
MARK_SPAM_AS_READ
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
@ -2732,6 +2739,13 @@
|
|||
MOVE_SPAM_TO_JUNK
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#mark_spam_as_read" class="md-nav__link">
|
||||
MARK_SPAM_AS_READ
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
@ -3766,6 +3780,19 @@ ClamAV must be enabled (ENABLE_CLAMAV=1) for this.</p>
|
|||
<li>0 => Spam messages will be delivered in the mailbox.</li>
|
||||
<li><strong>1</strong> => Spam messages will be delivered in the <code>Junk</code> folder.</li>
|
||||
</ul>
|
||||
<h5 id="mark_spam_as_read"><a class="toclink" href="#mark_spam_as_read">MARK_SPAM_AS_READ</a></h5>
|
||||
<p>Enable to treat received spam as "read" (<em>avoids notification to MUA client of new mail</em>).</p>
|
||||
<p>Mail is received as spam when it has been marked with either header:</p>
|
||||
<ol>
|
||||
<li><code>X-Spam: Yes</code> (<em>by Rspamd</em>)</li>
|
||||
<li>
|
||||
<p><code>X-Spam-Flag: YES</code> (<em>by SpamAssassin - requires <a href="#spamassassin_spam_to_inbox"><code>SPAMASSASSIN_SPAM_TO_INBOX=1</code></a></em>)</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><strong>0</strong> => disabled</p>
|
||||
</li>
|
||||
<li>1 => Spam messages will be marked as read</li>
|
||||
</ol>
|
||||
<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 <a href="../security/rspamd/">Rspamd</a>.</p>
|
||||
|
|
|
@ -1802,6 +1802,7 @@
|
|||
<li><a href="../../environment/#rspamd_hfilter_hostname_unknown_score"><code>RSPAMD_HFILTER_HOSTNAME_UNKNOWN_SCORE</code></a></li>
|
||||
<li><a href="../../environment/#rspamd_learn"><code>RSPAMD_LEARN</code></a></li>
|
||||
<li><a href="../../environment/#move_spam_to_junk"><code>MOVE_SPAM_TO_JUNK</code></a></li>
|
||||
<li><a href="../../environment/#mark_spam_as_read"><code>MARK_SPAM_AS_READ</code></a></li>
|
||||
</ol>
|
||||
<p>With these variables, you can enable Rspamd itself and you can enable / disable certain features related to Rspamd.</p>
|
||||
<h2 id="the-default-configuration"><a class="toclink" href="#the-default-configuration">The Default Configuration</a></h2>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue