[postfix/main] Ajout de deux dnsbl
En théorie, ils ne blacklistent pas les box, et sont assez efficaces.
This commit is contained in:
parent
9b0906a089
commit
f09ff17946
1 changed files with 2 additions and 0 deletions
|
@ -224,6 +224,8 @@ if main:
|
|||
@# Filtrage sur les sources de connexions
|
||||
print "smtpd_client_restrictions = permit_mynetworks,"
|
||||
print " reject_rbl_client dnsbl.ahbl.org"
|
||||
print " reject_rbl_client dnsbl.njabl.org"
|
||||
print " reject_rbl_client dnsbl.inps.de"
|
||||
@
|
||||
@#
|
||||
@# Requiring this will stop some UCE software.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue