Date: Sun, 19 May 2002 15:01:56 +1200 From: Jonathan Chen <jonc@chen.org.nz> To: Adam Lofstedt <adaml@visimation.com> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Emailing daily log and security check files Message-ID: <20020519150156.A33217@grimoire.chen.org.nz> In-Reply-To: <002f01c1fedf$e4b20a80$6401a8c0@adam>; from adaml@visimation.com on Sat, May 18, 2002 at 07:50:10PM -0700 References: <002f01c1fedf$e4b20a80$6401a8c0@adam>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, May 18, 2002 at 07:50:10PM -0700, Adam Lofstedt wrote: > Hello, > > I am new here, so forgive me if this is a simple question... > > How can I send the daily/weekly security/output logs to an email address > other than root@servername.com? Create a /etc/periodic.conf, and add the line: daily_status_security_output="username" weekly_output="username" monthly_output="username" where "username" is the *local* user to send it to. -- Jonathan Chen <jonc@chen.org.nz> Once is dumb luck. Twice is coincidence. Three times and Somebody Is Trying To Tell You Something. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020519150156.A33217>