Hi,
I've set up a Moodle-server on Fedora (latest release). From inside the school the pupils log in on the internal network (192.168....), and outside via internet (http://moodle. ... .nl). When I post in a forum within my moodle, moodle will send an email to me. I can read it with webmail, but I can't in Outlook Express (it looks empty). In webmail I see that it was sent from 192.168.... .
Is this a cron-problem? In crontab I put
*/5 * * * * wget -q -O /dev/null http://192.168. ..../moodle/admin/cron.php
and I think this causes the internal link in the email, am I right?
What can I do to solve this problem? The external link doesn't work on the pc's of the pupils (they can only use the intranet for moodle in school).