From owner-freebsd-questions Mon Feb 3 11:56: 5 2003 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 2A71937B401 for ; Mon, 3 Feb 2003 11:56:04 -0800 (PST) Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF7FE43E4A for ; Mon, 3 Feb 2003 11:56:00 -0800 (PST) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-b199.otenet.gr [212.205.244.207]) by mailsrv.otenet.gr (8.12.6/8.12.6) with ESMTP id h13Jtpig005657 for ; Mon, 3 Feb 2003 21:55:53 +0200 (EET) Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.12.6/8.12.6) with ESMTP id h13JtmQf001162 for ; Mon, 3 Feb 2003 21:55:48 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.12.6/8.12.6/Submit) id h13EP4oZ047954; Mon, 3 Feb 2003 16:25:04 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Mon, 3 Feb 2003 16:25:04 +0200 From: Giorgos Keramidas To: Dragoncrest Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Daily reports disappearing Message-ID: <20030203142504.GA16784@gothmog.gr> References: <4.2.0.58.20030203065833.0096c340@pop.voyager.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4.2.0.58.20030203065833.0096c340@pop.voyager.net> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2003-02-03 06:59, Dragoncrest wrote: > Hi all. Since bringing up one of my new boxes recently I've noticed > that I'm not getting any of my reports from that box. I checked the > aliases file and root does point to my email address and when I test it, > mail is forwarded to that address. But if I run a daily report, nothing > comes through. Any suggestions? Does your /etc/defaults/periodic.conf file contain the following? $ grep _output= /etc/defaults/periodic.conf daily_output="root" # user or /file daily_status_security_output="root" # user or /file weekly_output="root" # user or /file monthly_output="root" # user or /file $ If not, have you by any chance upgraded recently using the source? Did you remember to run 'mergemaster' after 'make installworld'? - Giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message