From owner-freebsd-questions@FreeBSD.ORG Thu Aug 14 14:56:53 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 2D32A37B401 for ; Thu, 14 Aug 2003 14:56:53 -0700 (PDT) Received: from remt28.cluster1.charter.net (remt28.cluster1.charter.net [209.225.8.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01C7A43F75 for ; Thu, 14 Aug 2003 14:56:52 -0700 (PDT) (envelope-from chowse@charter.net) Received: from [66.168.145.25] (HELO moe) by remt28.cluster1.charter.net (CommuniGate Pro SMTP 4.0.6) with ESMTP id 121001125 for freebsd-questions@freebsd.org; Thu, 14 Aug 2003 17:56:51 -0400 From: "Charles Howse" To: Date: Thu, 14 Aug 2003 16:56:44 -0500 Message-ID: <002001c362ae$f4265410$04fea8c0@moe> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal Subject: Make popa3d listen on specific interface 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: Thu, 14 Aug 2003 21:56:53 -0000 Below is a portion of netstat -an. Notice that my pop server (popa3d) is listening on all interfaces. tcp4 0 0 *.110 *.* LISTEN I really don't need this, not doing any internet pop'ing, just doing LAN mail. Is there any way to make popa3d listen on 192.168.254.3? Thanks, Charles