[RFCI-Discuss] Lists of networks controlled by people in abuse/postmaster blacklist
Alexey Lobanov
aal at lobanov.sp.ru
Wed Sep 10 00:40:54 PDT 2008
Hi all.
09.09.2008 23:39, Tim Jackson пишет:
> I don't suppose I'm the first to think this, but I've always thought that
> what would be *really* useful is an IP-based list of networks controlled
> by entities listed in the abuse/postmaster lists.
IMHO, a big part part of this task can be done automatically with PTR
name check against RFCI. I.e., in Postfix:
reject_rhsbl_client rbl_domain=d.d.d.d
Reject the request when the client hostname is listed with the A
record "d.d.d.d" under rbl_domain (Postfix version 2.1 and later
only). If no "=d.d.d.d" is specified, reject the request when
the client hostname is listed with any A record under
rbl_domain. See the reject_rbl_client description above for
additional RBL related configuration parameters. This feature
is available in Postfix 2.0 and later.
Naturally, mail from anonymous hosts should not be accepted at all,
without any blacklists.
Alexey
More information about the RFCI-Discuss
mailing list