cidr table on mysql database

2010-08-15 Thread Jack Knowlton
Hi all. Is it possible to store a CIDR access table on a mysql database? It would be very useful so I could have a centralized list to serve all MXs' instead of rsync'ing files each time. Thanks, JK

Re: cidr table on mysql database

2010-08-15 Thread Walter Pinto
You may be able to use a mysql access map with a template like below: user = dbuser password = dbpasswd dbname = dbname query = SELECT y FROM access WHERE x='%s'

Re: cidr table on mysql database

2010-08-16 Thread Stan Hoeppner
Jack Knowlton put forth on 8/15/2010 4:53 PM: > Is it possible to store a CIDR access table on a mysql database? I'm pretty sure the answer is, NO. The solution to your problem is sticking the Postfix access table files you want shared across your MX farm on an NFS/CIFS server and mounting the s

Re: cidr table on mysql database

2010-08-16 Thread Walter Pinto
I completely misunderstood his request, sorry.

Re: cidr table on mysql database

2010-08-16 Thread Bill Weiss
Jack Knowlton(jknowl...@vp44.com)@Sun, Aug 15, 2010 at 11:53:33PM +0200: > Hi all. > Is it possible to store a CIDR access table on a mysql database? It would > be very useful so I could have a centralized list to serve all MXs' > instead of rsync'ing files each time. > Thanks, If you're comfortab