Cron Jobs unable to deliver email error report
Posted
by
root
on Server Fault
See other posts from Server Fault
or by root
Published on 2013-10-24T15:37:04Z
Indexed on
2013/10/24
15:56 UTC
Read the original article
Hit count: 256
I am sure I have right syntax and I am still unable to receive report emails to my email address. My OS is CentOS 6.4.
My Crontab script is
MAILTO="[email protected]"
* * * * * /usr/bin/php5 /home/myusername/public_html/cron.php /post/find_submit_test/1/
Email address [email protected] is working fine and I tested sendmail from ssh which is too working fine but cron reports are unable to be delivered. I checked WHM for notification settings couldn't even find anything relevant there.
Please advice me how to fix this.
Thanks
© Server Fault or respective owner