Originally posted by: JW310
Originally posted by: BingBongWongFooey
Look into the system crontab then, there should be a cron job that's doing it, just comment it out.
But then wouldn't that also stop the cron job?
If you want to have your cron jobs still run, and don't want
any e-mail going to the root account, create a ".forward" file in root's home directory. The contents of the file should be "/dev/null"... This should send all e-mails that go to the root account to the NULL device, effectively deleting them.
JW