From owner-freebsd-questions@FreeBSD.ORG Wed Jul 7 21:54:46 2004 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 DFB3516A4CE for ; Wed, 7 Jul 2004 21:54:46 +0000 (GMT) Received: from out005.verizon.net (out005pub.verizon.net [206.46.170.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7974B43D1D for ; Wed, 7 Jul 2004 21:54:46 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from [192.168.1.3] ([68.161.84.3]) by out005.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20040707215445.ZTPG3910.out005.verizon.net@[192.168.1.3]>; Wed, 7 Jul 2004 16:54:45 -0500 Message-ID: <40EC711D.1060505@mac.com> Date: Wed, 07 Jul 2004 17:54:37 -0400 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040608 X-Accept-Language: en-us, en MIME-Version: 1.0 To: jmlewis@dslextreme.com References: <7e00a6a500a28080a35280a.20040707144856.wzyrjvf@www.dslextreme.com> In-Reply-To: <7e00a6a500a28080a35280a.20040707144856.wzyrjvf@www.dslextreme.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at out005.verizon.net from [68.161.84.3] at Wed, 7 Jul 2004 16:54:45 -0500 cc: freebsd-questions@freebsd.org Subject: Re: postmap main.cf 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: Wed, 07 Jul 2004 21:54:47 -0000 Joshua Lewis wrote: > I am trying to set up Postfix on 4.10 and when trying to run: > > postmap main.cf > > I get a postmap not found error. > > Can anyone tell me where this program is located or a way to search my > system for the program. "locate postmap", "which postmap", or "find / -name postmap" are possible ways of searching for the command. Note that it is very unlikely you want to run postmap on main.cf. Something like "postmap hash:access" might be reasonable. -- -Chuck