From owner-freebsd-questions@FreeBSD.ORG Sat Oct 25 14:25:42 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 2E82616A4B3 for ; Sat, 25 Oct 2003 14:25:42 -0700 (PDT) Received: from zeus.piweb.nl (92-209.bbned.dsl.internl.net [217.149.209.92]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3ABC43F75 for ; Sat, 25 Oct 2003 14:25:40 -0700 (PDT) (envelope-from nico@familiemeijer.org) Received: from zeus.piweb.nl (localhost.piweb.nl [127.0.0.1]) by zeus.piweb.nl (Postfix) with ESMTP id 3717F77BA5 for ; Sat, 25 Oct 2003 23:25:24 +0200 (CEST) X-MessageWall-Score: 0 (zeus.piweb.nl) Received: from [192.168.2.10] by zeus.piweb.nl (MessageWall 1.0.8) with SMTP; 25 Oct 2003 21:25:24 -0000 Message-ID: <3F9AEA53.5000508@familiemeijer.org> Date: Sat, 25 Oct 2003 23:25:39 +0200 From: Nico Meijer User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031007 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Postfix as localhost 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: Sat, 25 Oct 2003 21:25:42 -0000 Hi Marwan, > I have FreeBSD 4.8-R, I installed postfix latest from /ports. > The problem is this box has no domain, its just an fakeip 192.168.* No problem with that. Don't forget to specify proxy_interfaces if this box is to serve as anything remotely related to the term "MX". Please check your inet_interfaces setting: inet_interfaces = localhost might be what you need. If you need more help, please post the output of `postconf -n`. Good luck... Nico