Subject: Re: Stop cron from mailing to root
To: Carlo Smith <postfix2002@hotmail.com>
From: sudog <sudog@sudog.com>
List: netbsd-help
Date: 11/01/2002 09:18:33
On Thursday 31 October 2002 22:54, Carlo Smith wrote:
> Hi,
> 
> Cron sends emails to confirm it performed tasks, how can I select what 
> messages to mail and what not?

Before each line make a decision as to who to mail the output of the line to, 
and then set:

MAILTO="username"

... for a user, or:

MAILTO=""

... to drop it on the floor.