From owner-freebsd-questions@FreeBSD.ORG Mon May 23 05:27:10 2005 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 8131816A41C for ; Mon, 23 May 2005 05:27:10 +0000 (GMT) (envelope-from glenn@antimatter.net) Received: from cobalt.antimatter.net (cobalt.antimatter.net [69.55.224.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5728843D1F for ; Mon, 23 May 2005 05:27:10 +0000 (GMT) (envelope-from glenn@antimatter.net) Received: from glenn-mobile.antimatter.net (cpe-66-27-94-59.san.res.rr.com [66.27.94.59]) (authenticated bits=0) by cobalt.antimatter.net (8.12.11/8.12.11) with ESMTP id j4N5PmOd002628 (version=TLSv1/SSLv3 cipher=DES-CBC3-SHA bits=168 verify=NO); Sun, 22 May 2005 22:25:49 -0700 Message-Id: <6.1.0.6.2.20050522222459.05956bc0@cobalt.antimatter.net> X-Sender: lists@cobalt.antimatter.net X-Mailer: QUALCOMM Windows Eudora Version 6.1.0.6 Date: Sun, 22 May 2005 22:26:52 -0700 To: ananth.g@gmail.com From: Glenn Dawson In-Reply-To: <42916690.1030205@gmail.com> References: <42916690.1030205@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: syslog messages 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: Mon, 23 May 2005 05:27:10 -0000 At 10:13 PM 5/22/2005, you wrote: >hi, >when i get an error or warning in my system, a mail is sent to the root user. >does anyone know how to change the settings so that the mail is sent to >my mail id instead of localhost id ? Just change where the root alias in /etc/mail/aliases points to. for example: root: user@domain.com don't forget to run newaliases after you make the change. (this all assumes you're using sendmail) -Glenn >thanks guys. >regrds, >ananth.g >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"