Enable dnsbl service b.barracudacentral.org by default.

This commit is contained in:
Zhang Huangbin 2018-04-27 15:01:44 +08:00
parent 497d25aab1
commit 71b11400f4
4 changed files with 4 additions and 12 deletions

View File

@ -21,6 +21,7 @@ smtpd_recipient_restrictions =
...
reject_unauth_destination
reject_rbl_client zen.spamhaus.org=127.0.0.[2..11]
reject_rbl_client b.barracudacentral.org=127.0.0.2
```
It must be placed after `reject_unauth_destination`. You can add more DNSBL
@ -44,12 +45,6 @@ postscreen_dnsbl_sites =
* Restart or reload Postfix service is required.
!!! note "Another popular DNSBL server"
Another popular DNSBL server address is `b.barracudacentral.org`. For more
details, please read its web site:
[Barracuda Reputation Block List (BRBL)](http://www.barracudacentral.org/rbl)
## See also
* [Enable postscreen service](./enable.postscreen.html)

View File

@ -119,6 +119,7 @@ system:
```
cd /var/vmail/backup/
rm -f backup_sogo.sh
wget https://bitbucket.org/zhb/iredmail/raw/default/iRedMail/tools/backup_sogo.sh
chown root backup_sogo.sh
chmod 0400 backup_sogo.sh

View File

@ -36,6 +36,7 @@ DNS server speeds up the mail flow.</p>
...
reject_unauth_destination
reject_rbl_client zen.spamhaus.org=127.0.0.[2..11]
reject_rbl_client b.barracudacentral.org=127.0.0.2
</code></pre>
<p>It must be placed after <code>reject_unauth_destination</code>. You can add more DNSBL
@ -58,12 +59,6 @@ response code.</p>
<ul>
<li>Restart or reload Postfix service is required.</li>
</ul>
<div class="admonition note">
<p class="admonition-title">Another popular DNSBL server</p>
<p>Another popular DNSBL server address is <code>b.barracudacentral.org</code>. For more
details, please read its web site:
<a href="http://www.barracudacentral.org/rbl">Barracuda Reputation Block List (BRBL)</a></p>
</div>
<h2 id="see-also">See also</h2>
<ul>
<li><a href="./enable.postscreen.html">Enable postscreen service</a></li>

View File

@ -166,6 +166,7 @@ default, if you use a different directory, please edit this file and modify
parameter <code>BACKUP_ROOTDIR=</code> to use the correct one.</p>
</div>
<pre><code>cd /var/vmail/backup/
rm -f backup_sogo.sh
wget https://bitbucket.org/zhb/iredmail/raw/default/iRedMail/tools/backup_sogo.sh
chown root backup_sogo.sh
chmod 0400 backup_sogo.sh