From owner-freebsd-questions@FreeBSD.ORG Fri Aug 15 16:21:27 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 EF7BB37B401 for ; Fri, 15 Aug 2003 16:21:27 -0700 (PDT) Received: from relay.boerde.de (relay.boerde.de [212.21.75.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14B3143FAF for ; Fri, 15 Aug 2003 16:21:27 -0700 (PDT) (envelope-from frank.reppin@boerde.de) Received: by relay.boerde.de (Postfix, from userid 8) id 7C72010900; Sat, 16 Aug 2003 01:21:25 +0200 (MEST) Received: from minax.paranoid.nl(212.21.74.168), claiming to be "boerde.de" via SMTP by relay.boerde.de, id smtpdtmqIhH; Sat Aug 16 01:21:22 2003 Message-ID: <3F3D6BAB.3000903@boerde.de> Date: Sat, 16 Aug 2003 01:24:27 +0200 From: Frank Reppin User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5a) Gecko/20030726 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Lowell Gilbert References: <002001c362ae$f4265410$04fea8c0@moe> <44n0eaa56g.fsf@be-well.ilk.org> In-Reply-To: <44n0eaa56g.fsf@be-well.ilk.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: Charles Howse cc: freebsd-questions@freebsd.org Subject: Re: 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: Fri, 15 Aug 2003 23:21:28 -0000 Hi, Lowell Gilbert wrote: > "Charles Howse" writes: > > >>Below is a portion of netstat -an. >>Notice that my pop server (popa3d) is listening on all interfaces. >> >>tcp4 0 0 *.110 *.* >>LISTEN wouldn't it be possible to change this whilst editing within the source? I just downloaded popa3d and it shows: /* * The address and port to listen on. */ #define DAEMON_ADDR "0.0.0.0" /* INADDR_ANY */ #define DAEMON_PORT 110 but I have to mention that I dunno if the port can handle this. :/ must check first But at least it should be possible to bind popa3d to a specific interface. >>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? > > > No. You need a smarter server for that. > You can use a firewall to protect it, but it doesn't > know or care about IP interfaces. HTH, frank -- 43rd Law of Computing: Anything that can go wr fortune: Segmentation violation -- Core dumped