From owner-freebsd-stable@FreeBSD.ORG Wed Jun 11 09:11:54 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F056437B401 for ; Wed, 11 Jun 2003 09:11:54 -0700 (PDT) Received: from out001.verizon.net (out001pub.verizon.net [206.46.170.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E7FC43FA3 for ; Wed, 11 Jun 2003 09:11:54 -0700 (PDT) (envelope-from cswiger@mac.com) Received: from mac.com ([141.149.47.46]) by out001.verizon.net (InterMail vM.5.01.05.33 201-253-122-126-133-20030313) with ESMTP id <20030611161153.VPQC12592.out001.verizon.net@mac.com>; Wed, 11 Jun 2003 11:11:53 -0500 Message-ID: <3EE754C1.508@mac.com> Date: Wed, 11 Jun 2003 12:11:45 -0400 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030529 X-Accept-Language: en-us, en MIME-Version: 1.0 To: =?ISO-8859-1?Q?Kov=E1cs_P=E9ter?= References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Authentication-Info: Submitted using SMTP AUTH at out001.verizon.net from [141.149.47.46] at Wed, 11 Jun 2003 11:11:53 -0500 cc: freebsd-stable@freebsd.org Subject: Re: Aliases X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jun 2003 16:11:55 -0000 Kovács Péter wrote: [ ... ] > I am having some trouble with the postfix system. > It says: > postfix/smtpd[90539]: fatal: open database > /etc/mail/aliases.db: Inappropile type or format > I tried to make aliases in the /etc/mail directory, but it > failed. Running "makemap" directly on the aliases file doesn't quite work (*); try using the "newaliases" command, or whatever the postfix equivalent is. (*): The aliases map has a "@" key for historical reasons which is added by newaliases. -- -Chuck