On Fri, Nov 23, 2007 at 06:47:41PM +0100, Ingo Rogalsky wrote:
> But one more question: Would it be possible to disable the recalculation
> and do this with a nightly cronjob, which scans all mail accounts?

Depending on your needs you could always use your (Linux?) OS tools and do a
   du -s *
or if supported
   du -sm *
to get the size im MB. Adding a
    | sort -nr
gives a nice list with top users of disk space first.
Doing it on the machine that serves the NFS should speed it up significantly.

        \Maex

Reply via email to