In "/etc/crontab" I have: # for cronie # Global variables SHELL=/bin/bash PATH=/sbin:/bin:/usr/sbin:/usr/bin MAILTO=syscon8 HOME=/
But when it run a cron-job, the email is still going to "[email protected]" instead of [email protected] How to adjust the entry to the email notification will go to a specific user.

