* Tim <[EMAIL PROTECTED]> [010428 14:05]: > What are these crontab daemon e-mails that I receive? > What do they mean? > Is there something wrong that I should be concerned > about? I got about 90 of them! Generally you get an email from the crontab daemon when the job is giving output... any output. You have two choices: 1) Find what it is complaining about and either fix that, or change the job so that it doesn't print where it is. 2) Find which job is giving output and tack a " > /dev/null 2>&1" to the end of it so that all output is ignored. Hope that helps. _______________________________________________ cobalt-developers mailing list [EMAIL PROTECTED] http://list.cobalt.com/mailman/listinfo/cobalt-developers