Daily report

Discuss your pilot or production implementation with other Zimbra admins or our engineers.
Post Reply
b0r0d1nsky
Posts: 2
Joined: Sun Jan 18, 2015 10:03 am

Daily report

Post by b0r0d1nsky »

How can i manually call daily report or make it every 4 hours for example.
zcs-8.5.1 , ubuntu 14.04.1 LTS
JakeMS
Posts: 16
Joined: Tue Sep 09, 2014 4:16 pm

Daily report

Post by JakeMS »

Hi,
This is quite an easy thing to do.
Do the following:
]$ su - zimbra
]$ crontab -e
Scroll until you find the following lines:
#
# Daily reports
#
30 23 * * * /opt/zimbra/libexec/zmdailyreport -m
Adjust as needed (If you've not used vi before, press the key "i" to insert and Esc when finished editing followed by pressing ":" then type "wq" and hit enter, this will update zimbras crontab and alter the times the daily mail report is mailed.
Personally, I have it set for every 12 hours.

If you want to get an instant report, just do the following:

$] su - zimbra
$] /opt/zimbra/libexec/zmdailyreport -m

Now go check your inbox, you've got mail!
b0r0d1nsky
Posts: 2
Joined: Sun Jan 18, 2015 10:03 am

Daily report

Post by b0r0d1nsky »

Thank you very much for detailed answer!
Post Reply