This will create an normal user account with the password of ‘PASSWORD’: zmprov ca user1@domain.com PASSWORD To change the existing email account password run :- zmprov sp user1@domain.com NEW_PASSWORD
Search our database
How To Fix “Unable To Determine Enabled Services From LDAP” Error In Zimbra
If you are getting “Unable to determine enabled services from ldap.” error, perhaps you need to perform a couple of routine checks on your certificates expiration status and redeploy them if necessary. To check your certifications and their expiration status, execute the following command as root: /opt/zimbra/bin/zmcertmgr viewdeployedcrt all You should see an output […]
How to unsuspend a domain in Zimbra through SSH
If you get this error when attempting to change the domain’s password: ERROR: service.PERM_DENIED (permission denied: domain is suspended)ERROR: service.PERM_DENIED (permission denied: domain is suspended) Perform the steps below to unsuspend it through SSH 1. SSH into the Zimbra server 2. Run these commands to unsuspend it zmprov -l md example.com zimbraDomainStatus active zmmailboxdctl restartzmprov […]
Exporting all email address under zimbra
You will need to SSH / Putty to your server. and issue the below command. /opt/zimbra/bin/zmaccts | grep ‘active’ | egrep -v ‘^\W+’ | awk ‘{print $1}’/opt/zimbra/bin/zmaccts | grep ‘active’ | egrep -v ‘^\W+’ | awk ‘{print $1}’