Search Our Database

How to Unsuspend a Domain In Zimbra Through SSH

Last updated on |
by

If you get the following error when attempting to change the domain’s password:-

ERROR: service.PERM_DENIED (permission denied: domain is suspended)

 

Perform the steps below to unsuspend it through SSH

Step 1 – SSH into the Zimbra server

 

Step 2 – Run these commands to unsuspend it:-

zmprov -l md example.com zimbraDomainStatus active
zmmailboxdctl restart

 

Step 3 – Verify if the domain is unsuspended correctly. Both commands below should return “active”.

zmprov gd example.com | grep Status
zmprov -l gd example.com | grep Status