From a89b5c5eca7444345f6b915188ecd2061f5cbce9 Mon Sep 17 00:00:00 2001 From: Olivier Iffrig Date: Fri, 26 Apr 2013 10:34:38 +0200 Subject: [PATCH] On ne filtre pas les mails des gens MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Les RBL, c'est pas fiable, et les gens ne reçoivent pas certains mails légitimes (cf. mail sur nounou@ du 25 avril 2013 19:51). --- Python/etc/postfix/main.cf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Python/etc/postfix/main.cf b/Python/etc/postfix/main.cf index 7279379..e52515e 100644 --- a/Python/etc/postfix/main.cf +++ b/Python/etc/postfix/main.cf @@ -222,10 +222,10 @@ if main: 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" + 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.