you sure you have your mail command correct? What does your cronlog say? Have you tried: ``` 51 15 * * * /bin/false || mail -s "ALARM: Host Cleanup Failed on $(hostname -i)" "systems@foo.com" "`hostname -s`" ```