Repeated Blacklisting / IP reputation

James Cloos cloos at jhcloos.com
Sat Sep 12 21:05:57 UTC 2009


>>>>> "Joe" == Joe Greco <jgreco at ns.sol.net> writes:

Joe> Show me ONE major MTA which allows you to configure an expiration
Joe> for an ACL entry.

Any MTA which supports using an sql db as its backend.  Postfix is a
fine example.

You just define the table and the query to either have an until column,
or have a column with the timestamp of when the entry was added and have
the query ignore rows which are older than some given time.

And with postfix, using its sql proxy capability, using a sql backend is
fully performant.

-JimC
-- 
James Cloos <cloos at jhcloos.com>         OpenPGP: 1024D/ED7DAEA6




More information about the NANOG mailing list