From owner-freebsd-questions@FreeBSD.ORG Sat Aug 5 15:03:44 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 528B916A4DE for ; Sat, 5 Aug 2006 15:03:44 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82CF843D55 for ; Sat, 5 Aug 2006 15:03:41 +0000 (GMT) (envelope-from roberthuff@rcn.com) Received: from mr02.lnh.mail.rcn.net ([207.172.157.22]) by smtp02.lnh.mail.rcn.net with ESMTP; 05 Aug 2006 11:07:59 -0400 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr02.lnh.mail.rcn.net (MOS 3.7.5a-GA) with ESMTP id LZX42588; Sat, 5 Aug 2006 11:03:38 -0400 (EDT) Received: from 65-78-24-149.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([65.78.24.149]) by smtp01.lnh.mail.rcn.net with ESMTP; 05 Aug 2006 11:03:38 -0400 X-IronPort-AV: i="4.07,214,1151899200"; d="scan'208"; a="250773740:sNHT22715676" From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17620.45837.588074.740658@jerusalem.litteratus.org> Date: Sat, 5 Aug 2006 11:02:37 -0400 To: freebsd-questions@freebsd.org In-Reply-To: <44D4A3A2.3080306@infracaninophile.co.uk> References: <44D478C2.5040205@web.vi> <44D48B18.3020401@infracaninophile.co.uk> <44D49564.6030408@web.vi> <44D4A3A2.3080306@infracaninophile.co.uk> X-Mailer: VM 7.17 under 21.5 (beta27) "fiddleheads" XEmacs Lucid X-Junkmail-Status: score=10/50, host=mr02.lnh.mail.rcn.net X-Junkmail-SD-Raw: score=unknown, refid=str=0001.0A090202.44D4B2C2.0030,ss=1,fgs=0, ip=207.172.4.11, so=2006-05-09 23:27:51, dmn=5.2.4/2006-05-04 Subject: Re: User Information (Easy Questions!) 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: Sat, 05 Aug 2006 15:03:44 -0000 Matthew Seaman writes: > > Where does it find the email address? > > The periodic emails are sent to root@localhost. There are at > least two every day, plus an extra at the end of each week and at > the end of each month -- you're expected to set up an alias that > forwards them to the sysadmins for the machine. > > Check /etc/mail/aliases, you should have a line that says > something like: > > root: youruid > > in there towards the top. Or you can consider the follofing lines found in my /etc/periodic.conf.local: daily_output="root huff" # user or /file daily_status_security_output="root huff" # user or /file weekly_output="root huff" # user or /file monthly_output="root huff" # user or /file "Fixing" root in etc/mail/aliases may work for programs for which this is not desirable. Robert Huff