From owner-freebsd-questions Sun Dec 15 15:21:39 2002 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 5F62D37B401 for ; Sun, 15 Dec 2002 15:21:38 -0800 (PST) Received: from web1.nexusinternetsolutions.net (web1.nexusinternetsolutions.net [206.47.131.12]) by mx1.FreeBSD.org (Postfix) with SMTP id 931BF43E4A for ; Sun, 15 Dec 2002 15:21:37 -0800 (PST) (envelope-from dave@hawk-systems.com) Received: (qmail 8805 invoked from network); 15 Dec 2002 23:21:31 -0000 Received: from unknown (HELO ws1) (24.157.103.51) by web1.nexusinternetsolutions.net with SMTP; 15 Dec 2002 23:21:31 -0000 From: "Dave [Hawk-Systems]" To: Cc: "Paul A. Scott" Subject: RE: periodic output not being emailed Date: Sun, 15 Dec 2002 18:21:30 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 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 >> In looking at the periodic files, it appears to simply call sendmail for all >> mailings. Why would the security output being sent through sendmail be any >> different? > >The security script is mailed separately. > >Look at "/etc/periodic/daily/450.status-security". I did see that and understand that. Are you implying that it does not use the daily_output override in /etc/periodic.conf for the target email address? currently /etc/periodic.conf contains # overrides for where to send periodic output daily_output="sysadmin@domain.com" weekly_output="sysadmin@domain.com" monthly_output="sysadmin@domain.com" do we need to add a daily_status_security_output="sysadmin@domain.com" to the /etc/periodic.conf? Dave To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message