"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