how to check zimbra account status and quota size

how to check zimbra account status and quota size Below scripts you can run using zimbra user, this scripts using zimbra native tool zmprov to fetch data from ldap and hold in different Variables after completing process scripts send status mails to configured mail id #!/bin/bash output=”/tmp/account_usage” domain=”knowledgelinux.com” SendTo=”[email protected]$domain” […]
Read more