Chris Scheller wrote:
>
> I emailed the list on monday about moving old mbox style to vpopmail.
> I got a script written to do this and i have moved all the archived
> mail to a test virtual domain. Once i got done moving the mail, i
> did a another script to get me disk usage for each user on the test
> domain. Some of my users have +100MB of archived mail. I moved their
> mail to ~vpopmail/test.com/user/.<old_folder_name> and each of those
> folders is a maildir. I would have expected the size of these maildirs
> to have an effect on the quota. however if their is no mail in
> ~vpopmail/test.com/user/Maildir/new,cur,tmp it doesn't seem to count
> towards the quota. Is this the correct behavior for vpopmail?
>
> versions i am running:
> vpopmail-4.8.5
> qmail-1.03
The new quota code is in vpopmail-4.9.5 and it only counts
email files that contain the *S=XXX* format. It's the same
format the vdelivermail and maildrop use for naming the
files. With the file size in the name, it reduces the
disk i/o load by not having to run a stat() on each file.
Ken Jones