From owner-freebsd-questions@FreeBSD.ORG Mon May 26 14:43:49 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 BDD6E37B409 for ; Mon, 26 May 2003 14:43:49 -0700 (PDT) Received: from lionsoft.xs4all.nl (lionsoft.xs4all.nl [213.84.78.232]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D44C43F3F for ; Mon, 26 May 2003 14:43:48 -0700 (PDT) (envelope-from jacco@lionsoft.xs4all.nl) Received: from mail.lionsoft.nl (mail.lionsoft.nl [192.168.52.5]) by lionsoft.xs4all.nl (8.12.6/8.12.6) with ESMTP id h4QLhkMw008904 for ; Mon, 26 May 2003 23:43:46 +0200 (CEST) (envelope-from jacco@lionsoft.xs4all.nl) Received: from winxpws1 (winxp-ws1.lionsoft.nl [192.168.52.20]) by mail.lionsoft.nl (8.12.6/8.12.6) with SMTP id h4QLhkvc031332 for ; Mon, 26 May 2003 23:43:46 +0200 (CEST) (envelope-from jacco@lionsoft.xs4all.nl) From: "Jacco" To: Date: Mon, 26 May 2003 23:43:46 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <200305262135.h4QLZWs06980@thunder.trej.net> Importance: Normal X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 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 Reply-To: jacco@lionsoft.xs4all.nl List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2003 21:43:50 -0000 Hi Joachim, | 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. If you are running sendmail, Just see /etc/mail/aliases: # Pretty much everything else in this file points to "root", so # you would do well in either reading root's mailbox or forwarding # root's email from here. root: me@my.domain or root: me@other.server After modifications to this file, run: make aliases and restart sendmail Regards, Jacco