list of mailboxes & quotas
Timotheus Pokorra
timotheus at kolab.org
Fri Feb 19 08:51:30 CET 2016
Hello Sruli,
> How can I see a list of all mailboxes with their quotas and space currently
> used?
Try:
kolab list-quota
It shows a line for each subfolder, but the values are for the
complete mailbox of each user.
This grep will only show each mailbox once:
kolab list-quota | grep -E "\(Used|Folder\: [^/]*/[^/]*@"
For implementation details, see
https://cgit.kolab.org/pykolab/tree/pykolab/cli/cmd_list_quota.py
All the best,
Timotheus
More information about the users
mailing list