Monthly Archives: August 2016

How to change a normal user account to an Admin account in Zimbra Server

# zmprov ma accountname@yourdomain.com zimbraIsAdminAccount TRUE

Posted in Zimbra | Leave a comment

Check the MySQL DB for corruption in Zimbra Server

/opt/zimbra/libexec/zmdbintegrityreport -m -v

Posted in Zimbra | Leave a comment

Reindex a user mailbox in Zimbra Server

zmprov rim username@yourdomain.com start zmprov rim username@yourdomain.com status

Posted in Zimbra | Leave a comment

Delete any items that have a missing blob and delete without exporting in Zimbra Server

zmblobchk -m 3 –missing-blob-delete-item –no-export start

Posted in Zimbra | Leave a comment

Repair meta data for a mailbox in Zimbra Server

zmblobchk -m 3 -v start

Posted in Zimbra | Leave a comment

Get a mailbox information in Zimbra Server

zmprov gmi user@yourdomain.com zmprov getMailboxInfo user@yourdomain.com

Posted in Zimbra | Leave a comment

Get list of all email accounts for a domain in Zimbra server

zmprov -l gaa yourdomain.com

Posted in Zimbra | Leave a comment

Get list of domains in Zimbra server

zmprov -l gad

Posted in Zimbra | Leave a comment

Place zimbra user account into maintenance mode

To place a zimbra user account into maintenance mode from command line. Step1. su – zimbra Step2. zmprov ma user@yourdomain.com zimbraAccountStatus maintenance You can change back to active once your maintenance work is done.  

Posted in Zimbra | Leave a comment

Force Delete Zimbra User Account

To delete an account in LDAP using zmprov. Step1.  su – zimbra Step2.  zmprov -l da <user@yourdomain.com>  

Posted in Zimbra | Leave a comment