From owner-freebsd-isp@FreeBSD.ORG Wed Apr 20 15:00:17 2005 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9161F16A4CE for ; Wed, 20 Apr 2005 15:00:17 +0000 (GMT) Received: from bsd.dino.sk (bsd.dino.sk [213.215.72.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35AB643D5C for ; Wed, 20 Apr 2005 15:00:16 +0000 (GMT) (envelope-from isp@dino.sk) Received: from tablet.dino.sk ([213.215.72.59]) (AUTH: PLAIN milan) by bsd.dino.sk with esmtp; Wed, 20 Apr 2005 17:01:35 +0200 id 000000C0.42666ECF.0000536E From: Milan Obuch To: Odhiambo Washington , freebsd-isp@freebsd.org Date: Wed, 20 Apr 2005 16:59:46 +0200 User-Agent: KMail/1.7.2 References: <20050420145207.GC60384@ns2.wananchi.com> In-Reply-To: <20050420145207.GC60384@ns2.wananchi.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200504201659.46978.isp@dino.sk> Subject: Re: courier-imap X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Apr 2005 15:00:17 -0000 On Wednesday 20 April 2005 16:52, Odhiambo Washington wrote: > Hello Sysadmins, > > Does anyone have any clues as to how I can easily limit access to my > imapd daemon to just a few hosts? > I am running courier-imap but looking at /etc/inetd.conf, I don't > see how I could put it in there and hence use hosts.allow to control > access. Google has not helped much, but again I may be searching using > wrong keyword. > Look for courier-imap mailing list for courier specific solution. You could however simply filter port 143 tcp with ipfw, ipfilter of pf, whatever are you using. Milan