From owner-freebsd-newbies Sun Jul 18 12:20:55 1999 Delivered-To: freebsd-newbies@freebsd.org Received: from cx344940-a.meta1.la.home.com (cx344940-a.meta1.la.home.com [24.6.21.74]) by hub.freebsd.org (Postfix) with ESMTP id 47B3F14E5A for ; Sun, 18 Jul 1999 12:20:53 -0700 (PDT) (envelope-from conrads@cx344940-a.meta1.la.home.com) Received: (from conrads@localhost) by cx344940-a.meta1.la.home.com (8.9.3/8.9.2) id OAA00911; Sun, 18 Jul 1999 14:18:54 -0500 (CDT) (envelope-from conrads) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Sun, 18 Jul 1999 14:18:54 -0500 (CDT) Organization: @Home Network From: Conrad Sabatier To: Khetan Gajjar Subject: Re: Stopping cron from sending mail Cc: freebsd-newbies@FreeBSD.ORG, Dick Griffin Sender: owner-freebsd-newbies@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 18-Jul-99 Khetan Gajjar wrote: > On Sun, 18 Jul 1999, Dick Griffin wrote: > >>I have the same problem. I'll be watching for the quidance you get. >>Thanks for asking the question. > > add '> /dev/null 2>&1' to the end of it, > eg. > 0 * * * * /usr/local/bin/fetchmail -silent > > /dev/null 2>&1 You can also place the line: MAILTO="" at the top of your crontab. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-newbies" in the body of the message