This is an interesting use of the config table, and not one that I had
considered; but it also feels more like shell variable hackery than a proper
relational database schema :-\
Perhaps defining a clients table would make more sense? Currently it's sorta
"just there" in the users table, and doesn
Hi all,
I've written an implementation of group quotas for dbmail-1.2.3
At the moment it works with postgres only, but please take a look and give me
feedback now, before I go on to change the mysql version and the admin tools.
I've attached a patch for src/dbmail-1.2.3/pgsql/dbpgsql.c
Impleme