>> Simon Matter wrote: >>> q2:open("/var/spool/imap/q/user/442vk/Drafts/cyrus.header", O_RDWR) = 4 >>> q2:open("/var/spool/imap/q/user/442vk/Sent/cyrus.header", O_RDWR) = 4 >>> q2:open("/var/spool/imap/q/user/442vk/Trash/cyrus.header", O_RDWR) = 4 >>> q2:open("/var/lib/imap/quota/q/user.442vk", O_RDWR) = 736 >>> q2:stat64("/var/lib/imap/quota/q/user.442vk", {st_mode=S_IFREG|0600, >>> st_size=15, ...}) = 0 >>> q2:unlink("/var/lib/imap/quota/q/user.442vk") = 0 >>> >>> Any ideas? >> >> >> I believe we have fixed both issues in CVS. You need to fetch the >> latest lib/cyrusdb_quotalegacy.c and imap/quota.c > > Thank you very much, my most affected server seems to run fine now with > the patches.
Hmm, quota are still vanishing again when running quota -f. So it seems there is still something wrong. Everything was working fine until I issued quota -f after 1 day of cyrus running and suddenly some quota files are removed, including my own. There was however no I/O error in the output - everything from the output looked normal. It also didn't correct any quota usage values, it just removed some of them. Any ideas where to look now? Simon --- Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html