[postfix/postscreen] On assouplit le test des RBL, et on augmente la liste des serveurs.
This commit is contained in:
parent
90f86da1db
commit
f5d772f1b4
1 changed files with 12 additions and 4 deletions
|
@ -297,18 +297,26 @@ if mx:
|
|||
@
|
||||
@# Bannière d'accueil multi valuée
|
||||
@postscreen_greet_banner = Bienvenue au crans, veuillez patienter quelques secondes.
|
||||
@## On fait semblant d'aller à RCPT TO, puis poubelle
|
||||
@## On droppe.
|
||||
@postscreen_greet_action = drop
|
||||
@
|
||||
@# RBL, le retour
|
||||
@postscreen_dnsbl_sites =
|
||||
@ zen.spamhaus.org*2
|
||||
@ dnsbl.inps.de*2
|
||||
@ dnsbl.ahbl.org
|
||||
@ b.barracudacentral.org
|
||||
@ bl.spameatingmonkey.net
|
||||
@ bl.spamcop.net
|
||||
@ dnsbl.sorbs.net
|
||||
@ psbl.surriel.com
|
||||
@ bl.mailspike.net
|
||||
@ swl.spamhaus.org*-2
|
||||
@ list.dnswl.org=127.[0..255].[0..255].0*-1
|
||||
@ list.dnswl.org=127.[0..255].[0..255].1*-2
|
||||
@ list.dnswl.org=127.[0..255].[0..255].[2..255]*-3
|
||||
@
|
||||
@# Score >= 3 ? Bye bye
|
||||
@postscreen_dnsbl_threshold = 3
|
||||
@# Score >= 4 ? Bye bye
|
||||
@postscreen_dnsbl_threshold = 5
|
||||
@postscreen_dnsbl_action = enforce
|
||||
@
|
||||
@## Désactivé, pour éviter le fake greylisting de postscreen.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue