From owner-freebsd-questions@FreeBSD.ORG Wed Aug 23 14:23:04 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B418F16A4DE for ; Wed, 23 Aug 2006 14:23:04 +0000 (UTC) (envelope-from albi@scii.nl) Received: from post-23.mail.nl.demon.net (post-23.mail.nl.demon.net [194.159.73.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id EAF0543D5A for ; Wed, 23 Aug 2006 14:23:03 +0000 (GMT) (envelope-from albi@scii.nl) Received: from aseed.demon.nl ([83.160.138.119]:22648 helo=http.aseed.net) by post-23.mail.nl.demon.net with esmtp (Exim 4.51) id 1GFtdG-000AcZ-Et; Wed, 23 Aug 2006 14:23:02 +0000 Received: from amandla (217-19-30-147.dsl.cambrium.nl [217.19.30.147]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by http.aseed.net (Postfix) with ESMTP id 97C2B581C0; Wed, 23 Aug 2006 16:24:47 +0200 (CEST) Date: Wed, 23 Aug 2006 16:23:01 +0200 From: albi To: "Lisa Casey" Message-Id: <20060823162301.9cf362fa.albi@scii.nl> In-Reply-To: <012e01c6c6bd$29966ac0$d51a2cd0@lisac> References: <012e01c6c6bd$29966ac0$d51a2cd0@lisac> X-Mailer: Sylpheed version 2.2.4 (GTK+ 2.8.18; i486-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: e-mail from cron X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Aug 2006 14:23:04 -0000 On Wed, 23 Aug 2006 10:05:14 -0400 "Lisa Casey" wrote: > 30 5 1 * * root periodic monthly 2>&1 > | sendmail service@jellico.com > # > > but all I get is a blank email sent to service@jellico.com does it work if you use the command "mail" instead ? see : man mail also.. using 2>&1 doesn't seem appropriate, afaik you would use that in crontab if you don't want to get emails via cron -- grtjs, albi