From owner-freebsd-questions@FreeBSD.ORG Tue Sep 2 11:12:51 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 8C80B16A4BF for ; Tue, 2 Sep 2003 11:12:51 -0700 (PDT) Received: from 156.Red-80-35-166.pooles.rima-tde.net (156.Red-80-35-166.pooles.rima-tde.net [80.35.166.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8025943FBF for ; Tue, 2 Sep 2003 11:12:50 -0700 (PDT) (envelope-from sjmudd@pobox.com) Received: by unicorn.wl0.org (Postfix, from userid 1001) id 799BF3156; Tue, 2 Sep 2003 20:12:48 +0200 (CEST) To: freebsd-questions@freebsd.org References: <3F52691D.2090005@computerking.ca> <20030831213623.GA89842@medisin.ntnu.no> From: Simon J Mudd Date: 02 Sep 2003 20:12:48 +0200 In-Reply-To: <20030831213623.GA89842@medisin.ntnu.no> Message-ID: <86vfsbqctb.fsf@unicorn.wl0.org> Lines: 22 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: Re: postfix problems 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: Tue, 02 Sep 2003 18:12:51 -0000 kjell.glarum@medisin.ntnu.no (Kjell Rune Glærum) writes: > On Sun, Aug 31, 2003 at 03:31:09PM -0600, RYAN vAN GINNEKEN wrote: > > i keep geting this error in my postfix logs have tried newaliases > > command and it does not help also have tried to forward roots mail to a > > different accout and it does not seem to be working can someone help > > with this > > > > postfix/local[617]: warning: database /etc/mail/aliases.db is older than > > source file /etc/mail/aliases > > You need to update the /etc/mail/aliases.db file, run portmap /etc/mail/aliases Ignore my previous post: fat fingers postalias /etc/mail/aliases is what you need for an aliase file. postmap is used for the other maps. The only difference between the 2 I believe is the alias file format is : rather than used by postmap. Simon