View Single Post
  #1 (permalink)  
Old 10-28-2009, 01:23 PM
3dinfluence 3dinfluence is offline
New Member
 
Posts: 4
Default [SOLVED] Daily Reports stopped with 6.0.2 upgrade

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
#
Reply With Quote