PDA

View Full Version : Reporting e-mail resources outside CNC


Matt
02-19-2008, 02:37 PM
Is there a way for end-users to determine how much disk space they are using? I have set disk quotas, but end-users are confused about why they are exceeding them and I am getting a lot of calls that amount to: "How much space am I using now?" I do not see this in Questmail/ Squirrelmail. If there is no GUI already available, is there a command I can call in order to build a quick and dirty reporting tool?

Thanks,
Matt

kitchin
02-19-2008, 03:37 PM
Unixy way is with "du":
du -k --max-depth=2 .
you can vary "2" and filter out stats.

hobbes
02-19-2008, 05:11 PM
du will give you the disk space; however for email you will need to parse the info from vdu (http://www.aota.net/forums/showthread.php?postid=73713#post73713).