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. …