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
I completely misunderstood his request, sorry.
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
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'
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