On 25.7.2007, at 0.09, David Jonas wrote:
I've been working with the quota plugin(s) the past few days and have been having some real trouble. Only a few entries are appearing in the database, a couple more when I restarted dovecot. None of the current entries were being updated either.
..
INSERT INTO quota (current, path, username) VALUES (0, 'quota/ storage','[EMAIL PROTECTED]') ON DUPLICATE KEY UPDATE current = current + 0;
You do have a unique index key on path+username and nothing else, right? It worked with me last I tried..
PGP.sig
Description: This is a digitally signed message part
