From owner-freebsd-questions@FreeBSD.ORG Mon Mar 8 02:22:28 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 20C8716A4CE for ; Mon, 8 Mar 2004 02:22:28 -0800 (PST) Received: from mta13.adelphia.net (mta13.mail.adelphia.net [68.168.78.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC76743D41 for ; Mon, 8 Mar 2004 02:22:27 -0800 (PST) (envelope-from mike@pcmedx.com) Received: from duron.pcmedx.com ([68.69.206.232]) by mta13.adelphia.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20040308101343.ZQUM14794.mta13.adelphia.net@duron.pcmedx.com>; Mon, 8 Mar 2004 05:13:43 -0500 Received: from localhost (localhost [127.0.0.1]) by duron.pcmedx.com (Postfix) with ESMTP id F16CBA9E9; Mon, 8 Mar 2004 02:13:42 -0800 (PST) Received: from duron.pcmedx.com ([127.0.0.1]) by localhost (duron.pcmedx.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 55723-04; Mon, 8 Mar 2004 02:13:42 -0800 (PST) Received: from mike (mike.pcmedx.com [192.168.240.244]) by duron.pcmedx.com (Postfix) with SMTP id 1E1CBA95E; Mon, 8 Mar 2004 02:13:42 -0800 (PST) Message-ID: <000c01c404f6$0afc7680$f4f0a8c0@pcmedx.com> From: "Mike Maltese" To: References: <20040308063725.1283A2B4DAC@mail.evilcoder.org> <040301c404ef$a5f331d0$0201a8c0@dredster> Date: Mon, 8 Mar 2004 02:13:46 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Virus-Scanned: by amavisd (http://www.amavis.org) and f-prot (http://www.f-prot.com) at pcmedx.com cc: Micheal Patterson Subject: Re: Postfix install questions.. 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: Mon, 08 Mar 2004 10:22:28 -0000 > I got it. I needed to run postmap on main.cf after configuring it. No, you need to run "postfix reload" after changing master.cf or main.cf. Read the postmap man page for details on it's use.