From owner-freebsd-questions@FreeBSD.ORG Mon May 26 14:41:26 2003 Return-Path: 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 DBEC237B401 for ; Mon, 26 May 2003 14:41:26 -0700 (PDT) Received: from pop018.verizon.net (pop018pub.verizon.net [206.46.170.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14BCB43F75 for ; Mon, 26 May 2003 14:41:26 -0700 (PDT) (envelope-from cswiger@mac.com) Received: from mac.com ([129.44.60.214]) by pop018.verizon.net (InterMail vM.5.01.05.33 201-253-122-126-133-20030313) with ESMTP id <20030526214125.ESVB11703.pop018.verizon.net@mac.com>; Mon, 26 May 2003 16:41:25 -0500 Message-ID: <3ED289FB.1080307@mac.com> Date: Mon, 26 May 2003 17:41:15 -0400 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4b) Gecko/20030507 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Joachim Dagerot References: <200305262135.h4QLZWs06980@thunder.trej.net> In-Reply-To: <200305262135.h4QLZWs06980@thunder.trej.net> X-Enigmail-Version: 0.75.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at pop018.verizon.net from [129.44.60.214] at Mon, 26 May 2003 16:41:25 -0500 cc: freebsd-questions@freebsd.org Subject: Re: How can I change to whom the system sends admin/rootmails? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2003 21:41:27 -0000 Joachim Dagerot wrote: > Root is recieving alot of mail on my server. Instead I would like > these mails to be sent to an external address on another server. Is > that possible and what button shall I press? :) One answer would be to edit /etc/mail/aliases. Another would be to type: cat > /root/.forward another@server.com ...and press the control-D button. :-) -- -Chuck