Checking Cyrus Mail Box Directory Size
Just type in the following command:
[root@mail ~]# for d in `ls /workplace/imap/user/`; do du -s -h /workplace/imap/user/$d; done;
That’s all.
Just type in the following command:
[root@mail ~]# for d in `ls /workplace/imap/user/`; do du -s -h /workplace/imap/user/$d; done;
That’s all.