mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-05 02:27:15 +02:00
deploy: f28fce9cc4
This commit is contained in:
parent
837cbf7264
commit
98d9547608
4 changed files with 63 additions and 42 deletions
|
@ -793,6 +793,13 @@
|
|||
ENABLE_RSPAMD_REDIS
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#rspamd_check_authenticated" class="md-nav__link">
|
||||
RSPAMD_CHECK_AUTHENTICATED
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
|
@ -2752,6 +2759,13 @@
|
|||
ENABLE_RSPAMD_REDIS
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#rspamd_check_authenticated" class="md-nav__link">
|
||||
RSPAMD_CHECK_AUTHENTICATED
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
|
@ -3773,6 +3787,12 @@ expand_keys = true;
|
|||
<li>0 => Disabled</li>
|
||||
<li>1 => Enabled</li>
|
||||
</ul>
|
||||
<h5 id="rspamd_check_authenticated"><a class="toclink" href="#rspamd_check_authenticated">RSPAMD_CHECK_AUTHENTICATED</a></h5>
|
||||
<p>This settings controls whether checks should be performed on emails coming from authenticated users (i.e. most likely outgoing emails). The default value is <code>0</code> in order to align better with SpamAssassin. <strong>We recommend</strong> reading through <a href="https://rspamd.com/doc/tutorials/scanning_outbound.html">the Rspamd documentation on scanning outbound emails</a> though to decide for yourself whether you need and want this feature.</p>
|
||||
<ul>
|
||||
<li><strong>0</strong> => No checks will be performed for authenticated users</li>
|
||||
<li>1 => All default checks will be performed for authenticated users</li>
|
||||
</ul>
|
||||
<h5 id="rspamd_greylisting"><a class="toclink" href="#rspamd_greylisting">RSPAMD_GREYLISTING</a></h5>
|
||||
<p>Controls whether the <a href="https://rspamd.com/doc/modules/greylisting.html">Rspamd Greylisting module</a> is enabled. This module can further assist in avoiding spam emails by <a href="https://en.wikipedia.org/wiki/Greylisting_(email)">greylisting</a> e-mails with a certain spam score.</p>
|
||||
<ul>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue