mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-03 17:44:49 +02:00
deploy: 9d5a9a16a0
This commit is contained in:
parent
74530bf263
commit
53fc9a0b59
3 changed files with 64 additions and 42 deletions
|
@ -523,6 +523,13 @@
|
|||
AMAVIS_LOGLEVEL
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#enable_dnsbl" class="md-nav__link">
|
||||
ENABLE_DNSBL
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
|
@ -2380,6 +2387,13 @@
|
|||
AMAVIS_LOGLEVEL
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#enable_dnsbl" class="md-nav__link">
|
||||
ENABLE_DNSBL
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
|
@ -3268,6 +3282,14 @@
|
|||
<li>1/2 => Show default informational output</li>
|
||||
<li>3/4/5 => log debug information (very verbose)</li>
|
||||
</ul>
|
||||
<h5 id="enable_dnsbl"><a class="toclink" href="#enable_dnsbl">ENABLE_DNSBL</a></h5>
|
||||
<p>This enables the <a href="https://www.spamhaus.org/zen/">zen.spamhaus.org</a> DNS block list in postfix
|
||||
and various <a href="https://github.com/docker-mailserver/docker-mailserver/blob/f7465a50888eef909dbfc01aff4202b9c7d8bc00/target/postfix/main.cf#L58-L66">lists</a> in postscreen.</p>
|
||||
<p>Note: Emails will be rejected, if they don't pass the block list checks!</p>
|
||||
<ul>
|
||||
<li><strong>0</strong> => DNS block lists are disabled</li>
|
||||
<li>1 => DNS block lists are enabled</li>
|
||||
</ul>
|
||||
<h5 id="enable_clamav"><a class="toclink" href="#enable_clamav">ENABLE_CLAMAV</a></h5>
|
||||
<ul>
|
||||
<li><strong>0</strong> => Clamav is disabled</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue