From owner-freebsd-questions@FreeBSD.ORG Fri Oct 19 14:06:57 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 070EC16A417 for ; Fri, 19 Oct 2007 14:06:57 +0000 (UTC) (envelope-from jonathan@hst.org.za) Received: from hermes.hst.org.za (onix.hst.org.za [209.203.2.133]) by mx1.freebsd.org (Postfix) with ESMTP id 464D413C474 for ; Fri, 19 Oct 2007 14:06:55 +0000 (UTC) (envelope-from jonathan@hst.org.za) Received: from sysadmin.hst.org.za (sysadmin.int.dbn.hst.org.za [10.1.1.20]) (authenticated bits=0) by hermes.hst.org.za (8.13.8/8.13.8) with ESMTP id l9JDUdIB036837 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Fri, 19 Oct 2007 15:30:39 +0200 (SAST) (envelope-from jonathan@hst.org.za) From: Jonathan McKeown Organization: Health Systems Trust To: freebsd-questions@freebsd.org Date: Fri, 19 Oct 2007 15:43:04 +0200 User-Agent: KMail/1.7.2 References: <17838240D9A5544AAA5FF95F8D5203160297F8C7@ad-exh01.adhost.lan> In-Reply-To: <17838240D9A5544AAA5FF95F8D5203160297F8C7@ad-exh01.adhost.lan> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200710191543.05600.jonathan@hst.org.za> X-Spam-Score: -4.399 () ALL_TRUSTED,BAYES_00 X-Scanned-By: MIMEDefang 2.61 on 209.203.2.133 Cc: "Michael K. Smith - Adhost" , questions@freebsd.org Subject: Re: Separating Mail from Security Output and Daily Run Output 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: Fri, 19 Oct 2007 14:06:57 -0000 On Friday 19 October 2007 03:24, Michael K. Smith - Adhost wrote: > Hello All: > > Is there a way on the server side to have the output from the Security > Run and the Daily Run to go to separate email addresses? We have a > gihugic number of servers sending everything to a single address and I'd > like to be able to parse out the Security reports by "from" address > rather than using other, less reliable filters in my various email > clients. Set daily_output="daily_user" daily_status_security_output="security_user" in /etc/periodic.conf (replacing daily_user and security_user with the respective email addresses). Jonathan