From owner-freebsd-questions@FreeBSD.ORG Mon Mar 6 04:13:34 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 44C8816A420 for ; Mon, 6 Mar 2006 04:13:34 +0000 (GMT) (envelope-from freebsd-questions@voidcaptain.com) Received: from mx4.x15.net (mx4.x15.net [69.55.237.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B64F43D46 for ; Mon, 6 Mar 2006 04:13:34 +0000 (GMT) (envelope-from freebsd-questions@voidcaptain.com) Received: from j1.x15.net [63.196.213.76] by mx4.x15.net with ESMTP id 603050111X1FG766000OBfSd; Mon, 06 Mar 2006 04:13:26 +0000 Message-ID: <440BB6C7.2030400@voidcaptain.com> Date: Sun, 05 Mar 2006 20:12:55 -0800 From: Pete Slagle MIME-Version: 1.0 To: Steel City Phantom References: <440B1680.9070506@yahoo.com> <440B182D.6000208@t-hosting.hu> <440B2521.50407@infracaninophile.co.uk> In-Reply-To: <440B2521.50407@infracaninophile.co.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Cc: =?ISO-8859-1?Q?vesd=E1n_G=E1bor?= , freebsd-questions@freebsd.org, =?ISO-8859-1?Q?K=F6?= Subject: Re: setting the root email address 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, 06 Mar 2006 04:13:34 -0000 Matthew Seaman wrote: > K=F6vesd=E1n G=E1bor wrote: >> Steel City Phantom wrote: >> >>> one of my servers was set up by some guys in china. i have gotten >>> everything figured out save one, somehow they got cron job results to= >>> email to my business account. i can't for the life of me figure out >>> how they did that. where in bsd do i set another email address for r= oot? >> See /etc/aliases, you must find something like this: >> >> root: yourmail >> >> If you want to change that, you should run newaliases after modifying = that. >=20 > And if it's not set in /etc/mail/aliases, try checking for a /root/.for= ward file. And if you still don't find it, look in /etc/crontab. I have sometimes seen cron jobs that pipe directly into mail, i.e., foo | mail -s"Zounds!" my_addy@example.com Pete