My crontab
keeps sending emails to root user email.
I have already tried to fix the problem by editing the followings:
In /etc/crontab
edited the following:
MAILTO=root
to
MAILTO=email@domain.com
and restarted service by running service crond restart
.
But cron results are still sent to root email address and not to the specified email address in crontab.
How can I fix that, any ideas?