Category: Reports

0

Zimbra MailBox usage Report

Hello, in today’s article I will demonstrate how to create a script that sends reports of mailbox use by domain, this is very useful for SysAdmin. mkdir -p /etc/zimbra/scripts/ cd /etc/zimbra/scripts/ vi accountusage.sh #!/bin/bash...