[SOLVED] Sending SPAM report every hour

wahmed

Famous Member
Oct 28, 2012
1,148
59
113
Calgary, Canada
www.symmcom.com
I am trying to send out the SPAM report every hour instead of just once a day as it has now become absolutely critical. I tried to add the following in the crontab:

Code:
0 8-18 * * 1-5  root /usr/bin/pmgqm send

But no reports going out. Any tips?
 
Is there anything new to report? If you look at 'man pmgqm' you can see a 'timespan' option if you want a different timespan (by default it is set to today).