List all email accounts

How to list all email accounts with info about quota limits and current space used by each account?

I do not want a script in shell but a way using Direct Admin.
I do not want check it domain by domain (400 domains), but instead I want to see the list of all e-mail accounts in one table.
 
@ipo you need to parse:
/etc/virtual/domainname.com/quota - disk quota
/etc/virtual/domainname.com/limit/emailname - send limit
 
Back
Top