From owner-freebsd-questions@FreeBSD.ORG Sun Mar 5 16:56:26 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 9BFD116A420 for ; Sun, 5 Mar 2006 16:56:26 +0000 (GMT) (envelope-from gabor.kovesdan@t-hosting.hu) Received: from server.t-hosting.hu (server.t-hosting.hu [217.20.133.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id A84FD43D49 for ; Sun, 5 Mar 2006 16:56:19 +0000 (GMT) (envelope-from gabor.kovesdan@t-hosting.hu) Received: from localhost (localhost [127.0.0.1]) by server.t-hosting.hu (Postfix) with ESMTP id F29A5998748; Sun, 5 Mar 2006 17:56:17 +0100 (CET) Received: from server.t-hosting.hu ([127.0.0.1]) by localhost (server.t-hosting.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 61221-06-2; Sun, 5 Mar 2006 17:56:14 +0100 (CET) Received: from [192.168.2.186] (catv-5062e7e3.catv.broadband.hu [80.98.231.227]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by server.t-hosting.hu (Postfix) with ESMTP id 34250998708; Sun, 5 Mar 2006 17:56:14 +0100 (CET) Message-ID: <440B182D.6000208@t-hosting.hu> Date: Sun, 05 Mar 2006 17:56:13 +0100 From: =?ISO-8859-1?Q?K=F6vesd=E1n_G=E1bor?= User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Steel City Phantom References: <440B1680.9070506@yahoo.com> In-Reply-To: <440B1680.9070506@yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at t-hosting.hu Cc: freebsd general questions 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: Sun, 05 Mar 2006 16:56:26 -0000 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 root? See /etc/aliases, you must find something like this: root: yourmail If you want to change that, you should run newaliases after modifying that. Regards, Gabor Kovesdan