On Wed, Feb 15, 2012 at 11:24:30PM +0100, Jack Knowlton wrote:
> Same thing can be done for check_sender_access, right?

Any check_*_access or other kind of lookup.

> And what about storing a CIDR table into a database - is it
> possible?

PostgreSQL has a CIDR data type. I do not think other supported 
databases have that. You could code something, or even do it with 
arithmetic in the SQL query. But the cidr: map type is quick and 
easy.
    http://www.postfix.org/cidr_table.5.html
-- 
  http://rob0.nodns4.us/ -- system administration and consulting
  Offlist GMX mail is seen only if "/dev/rob0" is in the Subject:

Reply via email to