I am trying to get my Fedora15-based server to send any errors from mdadm
by mail. I found this snippet online and put it in my crontab (crontab -e
):
0,20,40 * * * * mdadm --monitor -1 -m yourname@yourisp.com -scan
Nothing happens. When running this manually in the terminal, no email is received either. I am guessing that I need to change some settings to setup email sending with my vanilla Fedora install.
Where should I begin? Thanks!