cronjobs mails

Hi all,
For each cronjob that has been run I get an email from the cron-process with the output of each run of each cronjob.

In the manual: Obtaining Direct Access To Server - H-Sphere User Menu Based Guide - Positive Software Corporation is indicated:
“The Mail-To address is where the system will direct reports if errors occur.”

Does anyone know how to prevent sending email with every run? Only if a command exits with an errorlevel I want to receive an email, not with every run!

Thanks for your tips!
Jan-Pieter

Like this:

          • /path/to/script > /dev/null

Thanks!
if life is allway’s that simple :slight_smile: :smiley: