From owner-freebsd-questions@FreeBSD.ORG Wed Feb 7 19:28:22 2007 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 8D28C16A405 for ; Wed, 7 Feb 2007 19:28:21 +0000 (UTC) (envelope-from pgiessel@mac.com) Received: from achilles.leela.ws (achilles.leela.ws [66.207.162.30]) by mx1.freebsd.org (Postfix) with ESMTP id 09D5F13C474 for ; Wed, 7 Feb 2007 19:28:20 +0000 (UTC) (envelope-from pgiessel@mac.com) Received: from [192.168.0.249] ([158.145.111.132]) (authenticated bits=0) by achilles.leela.ws (8.13.6/8.13.6) with ESMTP id l17JSF0A063393 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 7 Feb 2007 10:28:17 -0900 (AKST) (envelope-from pgiessel@mac.com) Message-ID: <45CA2849.705@mac.com> Date: Wed, 07 Feb 2007 10:28:09 -0900 From: "Peter A. Giessel" User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.0.9) Gecko/20061207 Thunderbird/1.5.0.9 Mnenhy/0.7.4.0 MIME-Version: 1.0 To: Doug Sampson References: <9DE6EC5B5CF8C84281AE3D7454376A0D0138F5@cetus.dawnsign.com> In-Reply-To: <9DE6EC5B5CF8C84281AE3D7454376A0D0138F5@cetus.dawnsign.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: newaliases not working? 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: Wed, 07 Feb 2007 19:28:22 -0000 On 2007/02/07 10:12, Doug Sampson seems to have typed: >> On 2007/02/07 9:33, Doug Sampson seems to have typed: >>> Nice to know this. However, I still would like to fix the >> issue with the >>> /etc/aliases not being used to translate any mail sent to root to an >>> alternate email address. If anyone knows a cure to this, >> I'd be grateful. >>> Thanks. >> I believe that sendmail wants /etc/mail/aliases.db not /etc/aliases. >> You can remake your aliases.db by: >> cd /etc/mail >> make maps >> > Does not seem to do the trick. Sorry, try: make aliases restart (more Makefile for other options)