From owner-freebsd-questions@FreeBSD.ORG Thu Aug 5 17:01:52 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2DA7B106566C for ; Thu, 5 Aug 2010 17:01:52 +0000 (UTC) (envelope-from jhelfman@e-e.com) Received: from mail.experts-exchange.com (mail.experts-exchange.com [64.156.132.251]) by mx1.freebsd.org (Postfix) with ESMTP id 16DF58FC14 for ; Thu, 5 Aug 2010 17:01:51 +0000 (UTC) Received: from eggman.experts-exchange.com (unknown [72.29.180.81]) by mail.experts-exchange.com (Postfix) with ESMTP id C88C64A2E70B; Thu, 5 Aug 2010 10:00:40 -0700 (PDT) Received: by eggman.experts-exchange.com (sSMTP sendmail emulation); Thu, 05 Aug 2010 09:59:28 -0700 Date: Thu, 5 Aug 2010 09:59:28 -0700 From: Jason To: RW Message-ID: <20100805165925.GD42711@eggman.experts-exchange.com> References: <20100805161048.GA42711@eggman.experts-exchange.com> <20100805173031.4156d30e@gumby.homeunix.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <20100805173031.4156d30e@gumby.homeunix.com> X-Operating-System: FreeBSD 7.3-RELEASE-p1 X-Living-The-Dream: I love the SLO Life! User-Agent: Mutt/1.5.20 (2009-06-14) Cc: freebsd-questions@freebsd.org Subject: Re: periodic issue, email 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: Thu, 05 Aug 2010 17:01:52 -0000 On Thu, Aug 05, 2010 at 05:30:31PM +0100, RW thus spake: >On Thu, 5 Aug 2010 09:10:53 -0700 >Jason wrote: > >> Hello, >> >> I am trying to get periodic to not send mail to root, and only log, >> but have been unsuccessful thus far. >> > >> Here are the contents of my /etc/periodic.conf file (0644, root, >> wheel): >> daily_output="/var/log/daily.log" >> weekly_output="/var/log/weekly.log" >> monthly_output="//var/log/monthly.log" > >Is it perhaps the security log that you are seeing? You are missing: > >security_output="/var/log/security.log" > That was it! Thank you. I really didn't even think to look at that, because the security isn't enabled in crontab. But I suppose, it had to do with it being noted in defaults. Thanks, Jason