>>>>> "Joe" == Joe Greco <jgr...@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 <cl...@jhcloos.com>         OpenPGP: 1024D/ED7DAEA6

Reply via email to