L
lpittman
Guest
Hey everyone.
I am working on maintaining the size of the mailnames to see that the partition does not fill up (has once already) and I am finding that a lot of information is being reported incorrectly, for example:
[root@server traditional.com]# du -sh *
4.0k @mbox.quota
104k bahai
4.8M duncan
2.2M galen
44k info
2.5M leland
8.3M vivian
You'll see 'vivian' for example shows 8.3M being used.
[root@server traditional.com]# cd vivian
[root@server vivian]# du -sh *
4.0k @attachments
7.8M Maildir
4.0k user_prefs
Now Maildir shows 7.8M used.
[root@server vivian]# cd Maildir
[root@server Maildir]# du -sh *
4.0k courierimapkeywords
4.0k courierimapuiddb
4.0k courierpop3dsizelist
8.0k cur
4.0k new
4.0k tmp
But in Maildir it is not showing anything close to 8M. I have gone into each directory and confirmed there is nothing in them. I have also logged into Webmail and confirmed there is no mail in there.
What may be causing this? Is there a way to have the proper disk usage reported?
Any advice/help would be appreciated.
Luke
I am working on maintaining the size of the mailnames to see that the partition does not fill up (has once already) and I am finding that a lot of information is being reported incorrectly, for example:
[root@server traditional.com]# du -sh *
4.0k @mbox.quota
104k bahai
4.8M duncan
2.2M galen
44k info
2.5M leland
8.3M vivian
You'll see 'vivian' for example shows 8.3M being used.
[root@server traditional.com]# cd vivian
[root@server vivian]# du -sh *
4.0k @attachments
7.8M Maildir
4.0k user_prefs
Now Maildir shows 7.8M used.
[root@server vivian]# cd Maildir
[root@server Maildir]# du -sh *
4.0k courierimapkeywords
4.0k courierimapuiddb
4.0k courierpop3dsizelist
8.0k cur
4.0k new
4.0k tmp
But in Maildir it is not showing anything close to 8M. I have gone into each directory and confirmed there is nothing in them. I have also logged into Webmail and confirmed there is no mail in there.
What may be causing this? Is there a way to have the proper disk usage reported?
Any advice/help would be appreciated.
Luke