NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
Ruud0511
Mar 13, 2012Aspirant
Mail failure notice after setting it up correctly?
I set up my Duo V2 with email address as a mail box for notifications, warnings, etc. My Duo V2 says it's setup correctly. Still, I receive this message every morning. What does it mean? Hi. This i...
Ki_Adi_Mundi
Aug 22, 2012NETGEAR Employee Retired
Hi guys,
The obfuscated code has nothing to do with these mails. it is sent by cron daemon.When cron starts a process, it captures any output that reaches stdout and stderr, and sends that in an email.
The messages you saw is just warnings, don' t worry about it.
You can add MAILTO="" in /etc/crontab to avoid sending mails, like the following:
# cat /etc/crontab
# /etc/crontab: system-wide crontab
# Unlike any other crontab you don't have to run the `crontab'
# command to install the new version when you edit this file
# and files in /etc/cron.d. These files also have username fields,
# that none of the other crontabs do.
SHELL=/bin/sh
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=""
# m h dom mon dow user command
17 * * * * root cd / && run-parts --report /etc/cron.hourly
35 20 * * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily )
47 6 * * 7 root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.weekly )
52 6 1 * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.monthly )
#
The obfuscated code has nothing to do with these mails. it is sent by cron daemon.When cron starts a process, it captures any output that reaches stdout and stderr, and sends that in an email.
The messages you saw is just warnings, don' t worry about it.
You can add MAILTO="" in /etc/crontab to avoid sending mails, like the following:
# cat /etc/crontab
# /etc/crontab: system-wide crontab
# Unlike any other crontab you don't have to run the `crontab'
# command to install the new version when you edit this file
# and files in /etc/cron.d. These files also have username fields,
# that none of the other crontabs do.
SHELL=/bin/sh
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=""
# m h dom mon dow user command
17 * * * * root cd / && run-parts --report /etc/cron.hourly
35 20 * * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily )
47 6 * * 7 root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.weekly )
52 6 1 * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.monthly )
#
Related Content
NETGEAR Academy
Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!