On Fri, 14 Mar 2003, Sam Carleton wrote: > I am not a newbe to UNIX, but I no cron export, either...
I'm glad you're not a cron export, that would be really freaky. I did know a guy once who wasn't much more than a complex Perl data structure. <snip> > I have never recieved the emails from the cron jobs. > > 00 4 * * 3 /usr/local/tmda-0.68/bin/tmda-pending -sbdO 30d | /usr/ucb/mail -s "TMDA > deleted from pending" [EMAIL PROTECTED] > 15 4 * * * /usr/local/tmda-0.68/bin/tmda-pending -Cbs -O 48h | /usr/ucb/mail -s > "TMDA new in pending" [EMAIL PROTECTED] > A few things to check 1) Look at your cron's log and make sure the processes you've entered are firing. If not, you have something wrong with cron. 2) See if # echo 'hello world' | /usr/ucb/mail -s "test" [EMAIL PROTECTED] generates a message. If not, you have something wrong with your mail binary or your local MTA. 3) See if one of the tmda-pending commands above, entered on the command line, yields some sort of output (i.e. don't pipe it to mail). Odds are that this is not a TMDA problem. Chris _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
