On Mon, May 13, 2013 5:55 pm, Daniel Parthey wrote:
Are you using the same SQL table "email" for user lookup and quota/storage accounting?
Try to use two different tables for user and quota database, because the quota accounting might have deleted an entry from the "user" table while it only tried to delete a row from the "quota" table.
Regards Daniel
I am using the same table for both user lookkup and quota accounting. I'll try creating another table for the lookup and quota accounting, but I find it disconcerting that it would be deleting entries from the database at all when all I asked it to do was recalc the quota. One wouldn't think that 'update an entry with the correct information' would equate to 'delete this row and recreate it'.
Chris