I would like to have CRON send mail to my internet e-mail address.

I am using Redhat9.

The line I have in my /etc/crontab file is:


MAULTO=cmd | mail -s "cron report" [email protected]

So far it does not appear to be working.

This is the ONLY crontab file on my machine - i.e. I do not have any specific user crontabs set up that would override this one.

Any ideas on what I am missing here?

.: Aftiel