From owner-freebsd-questions@FreeBSD.ORG Sat Dec 2 13:52:25 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A28FC16A407 for ; Sat, 2 Dec 2006 13:52:25 +0000 (UTC) (envelope-from joe@joeholden.co.uk) Received: from claire.ber.rewt.org.uk (claire.ber.rewt.org.uk [217.160.200.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id A616B43CAF for ; Sat, 2 Dec 2006 13:52:03 +0000 (GMT) (envelope-from joe@joeholden.co.uk) Received: from localhost (unknown [127.0.0.1]) by claire.ber.rewt.org.uk (Postfix) with ESMTP id E0F9B5C84; Sat, 2 Dec 2006 13:52:22 +0000 (GMT) X-Virus-Scanned: amavisd-new at claire.ber.rewt.org.uk Received: from claire.ber.rewt.org.uk ([127.0.0.1]) by localhost (claire.ber.rewt.org.uk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XNEeeSvdHAnR; Sat, 2 Dec 2006 13:52:20 +0000 (GMT) Received: from [195.28.169.201] (unknown [195.28.169.201]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by claire.ber.rewt.org.uk (Postfix) with ESMTP id E4C335C7B; Sat, 2 Dec 2006 13:52:19 +0000 (GMT) Message-ID: <45718512.70303@joeholden.co.uk> Date: Sat, 02 Dec 2006 13:52:18 +0000 From: Joe Holden User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) MIME-Version: 1.0 To: Jeff References: <457184BB.8060801@mrbonkers.org> In-Reply-To: <457184BB.8060801@mrbonkers.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: system mail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: joe@joeholden.co.uk List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Dec 2006 13:52:25 -0000 Jeff wrote: > I run postfix on 6.x with local delivery disabled. I'd like to send the > system messages to an outside address, eg me@anotherdomain.com instead > of root@localhost ... Is this possible? Aliases will take care of that, /etc/aliases iirc. Ta, Joe