How to Display MySQL root Password in Zimbra

In the situation we need to utilize the zimbra MySQL database server in order to host other databases, we may need to know what is the root password for MySQL. The following command will help you to find and display MySQL root password. These command has been tested on Zimbra 8.0.7 thas was running on …

Read more

How to Show Mailbox Size on Zimbra via Bash Script

Q. How to show mailbox Size on Zimbra via bash script ? A. There are two script available to show mailbox size of the zimbra users : Option A 1. Create the scripts directory to keep the bash file and give zimbra ownership to the folder : # mkdir -p /opt/zimbra/backup/scripts # chown -R zimbra:zimbra /opt/zimbra/backup/scripts 2. …

Read more