Root Crons not workin...
I have this cron:*/15 * * * * chmod 644 /var/log/exim_mainlog /dev/null
in the
/etc/crontab
But it doesn't work. I did try a few variations that I don't recall offhand. Anyone know why it might not work?
It's for the Mail-Watch system. Whenever there's a log rotate or /scripts/mailperm is run the chmod is set back to its default and Mail-Watch can't read it.
Any help is greatly appreciated, thank you.