I have honestly looked at several online examples and tutorials , but still not working for me.
I am trying to run the daily email report and wirehub update once every 24 hours, here is what I have in my /etc/crontab file: * * 24 * * root /etc/postfix/mailreport.sh * * 24 * * root /etc/postfix/wirehub.sh I save and do a "crontab crontab" but nothing has happened in the last 48 hours. I have also tried hourly, every minute, but I think im just not getting those date variables at all.
