From f09ff179467baab9cb2e86024f9b4e4c5db84d1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre-Elliott=20B=C3=A9cue?= Date: Wed, 10 Apr 2013 14:53:00 +0200 Subject: [PATCH] [postfix/main] Ajout de deux dnsbl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit En théorie, ils ne blacklistent pas les box, et sont assez efficaces. --- Python/etc/postfix/main.cf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Python/etc/postfix/main.cf b/Python/etc/postfix/main.cf index 14d0285..7279379 100644 --- a/Python/etc/postfix/main.cf +++ b/Python/etc/postfix/main.cf @@ -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.