25 Jul
2007
25 Jul
'07
6:11 a.m.
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', 'user@example.com') 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..