Subject: .current_size question
> OK, when I "cat .current_size" it shows me 2738872 - it means that I use > ~2.7MB of my quota. > BUT, cur, new and tmp directories are *empty*! There is no nothing here. > I don't understand what's wrong with .current_size? hello it is a little symbolic ;)) at these minutes i'm looking over the same, at vdelivermail.c and what i had investigate there: current_size recalculated only when user reaches his quota, to be sure he really have more files (in size) that he allowed to. and then stored on disk with new dir-size. in other cases, when value in current-size lower than his quota... there only we have growing of dir-size, even if u will delete all of your files from subdirs. guess that not absolutely correct solve for this problem, but here is enough logic :) i have to say only one thing: when we have no that file, we should to calculate all subdirs-size, and do not think it == size of new-delivered message. (beg pardon for english) --------------------------- Vladimir Kabanov.