Cron
Hi,
I set this with crontab -e :
3 * * * * /usr/bin/mailfilter ; /bin/echo "Mailfiltering" | /usr/bin/mail -s mai
1 * * * * /bin/echo "Date is `date`." | /usr/bin/mail -s cron root
###
I should get mail every minute, but it doesn't work. If i try:
/bin/echo "Date is `date`." | /usr/bin/mail -s cron root
in the shell, then i do get mail.
Reply to:
- Follow-Ups:
- Re: Cron
- From: Travis Crump <pretzalz@techhouse.org>
- Re: Cron
- From: Howell Evans <gevans1@utk.edu>
- Re: Cron
- From: Colin Watson <cjwatson@debian.org>