My work's server is Ubuntu.
I have the following cron set.
MAILTO=myemail@gmail.com */30 * * * * /usr/bin/wget http://moodle.mywork.org/admin/cron.php
I know that Cron.php is working.
I get the following email.
--2010-06-28 07:40:01-- http://moodle.mywork.org/admin/cron.php Resolving moodle.skagerak.org... 81.167.52.19 Connecting to moodle.skagerak.org|81.167.52.19|:80... failed: Connection timed out. Retrying.
--2010-06-28 07:43:11-- (try: 2) http://moodle.mywork.org/admin/cron.php Connecting to moodle.skagerak.org|81.167.52.19|:80... failed: Connection timed out. Retrying. ... ...
--2010-06-28 08:42:17-- (try:20) http://moodle.mywork.org/admin/cron.php - Hide quoted text - Connecting to moodle.skagerak.org|81.167.52.19|:80... failed: Connection timed out. Giving up.
But I don't get email anymore.
Q1. It is telling that failed and giving up. How can I fix it?
Q2. Why it is not sending email notice any more?
Thanks in advance.