Jozsef Kadlecsik:
> Hi,
>
> We are happy users of postscreen. However it'd be great if there was a
> method in Postfix to call dynamix DNS updates as an action. That way for
> example the shared cache for postscreen could be "converted" into a DNS
> table maintained dynamically. Is it feasible? Or it wouldn't fit into the
> postscreen model?
This requires a Postfix table lookup interface just like lmdb,
btree, and memcached. Note that "database" updates have to be fast.
Currently, all table lookups and updates are synchronous.
Wietse