Subject: Re: Stop cron from mailing to root
To: Carlo Smith <postfix2002@hotmail.com>
From: Perry E. Metzger <perry@piermont.com>
List: netbsd-help
Date: 11/01/2002 09:10:08
"Carlo Smith" <postfix2002@hotmail.com> writes:
> Cron sends emails to confirm it performed tasks, how can I select what
> messages to mail and what not?

If there is output to stdout, cron sends it to the account which owns
the crontab with the output. If you don't want mail, don't print anything.

Perry