Since upgrading to 6.0.2 I stopped getting the daily report emails. I can manually run zmdailyreport -m and it works. So I checked the zimbra crontab and found that the Daily reports section was missing. Is it safe to just add the following block to my crontab or is there a better way of getting the daily report working again?
Code:
# Daily reports
#
10 1 * * * /opt/zimbra/libexec/zmdailyreport -m
#