From owner-freebsd-questions@FreeBSD.ORG Fri Jan 30 12:57:45 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 E249616A4D0 for ; Fri, 30 Jan 2004 12:57:45 -0800 (PST) Received: from fuse1.fusemail.net (smtp.fusemail.net [69.31.1.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C38A43D1D for ; Fri, 30 Jan 2004 12:57:44 -0800 (PST) (envelope-from nealhamilton@fastmail.fm) Received: from fusemail.com by fuse1.fusemail.net with asmtp (FuseMail extSMTP) id 1Amfho-00022C-AK; Fri, 30 Jan 2004 14:57:36 -0600 Message-ID: <401AC4E5.4030509@fastmail.fm> Date: Fri, 30 Jan 2004 14:56:05 -0600 From: Neal Hamilton User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6b) Gecko/20031214 Thunderbird/0.4 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Matthew Seaman References: <401AC12B.8010300@fastmail.fm> <20040130204843.GA84781@happy-idiot-talk.infracaninophile.co.uk> In-Reply-To: <20040130204843.GA84781@happy-idiot-talk.infracaninophile.co.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: Looking for a good multiple protocol proxy!! 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, 30 Jan 2004 20:57:46 -0000 Matthew Seaman wrote: >On Fri, Jan 30, 2004 at 02:40:11PM -0600, Neal Hamilton wrote: > > >>I am looking for a proxy server that has the following features. >> >>1. multiple protocols .... http/s, socks 4/5, ftp, irc, nntp, smtp, >>etc... The ability to add plugins to support more protocols . You know >>what i mean,, may not be through protocols but somehow the ability to >>support more protocols if needed. >> >>2. Authentication ..... Preferably i would like the proxy to be able to >>use my Openldap for authentication,, or maybe a radius ....but i must >>have authentication as i dont want some to have access at all and others >>access to certain protocols only. >> >>3. scalable, fast >> >>4. Opensrc.. :) >> >> > >Ports: security/fwtk > > I think it does most of what you want... However it is a >toolkit: some assembly required, batteries not included. See >http://www.fwtk.org/fwtk/ > > Cheers, > > Matthew > > > Thanks matt for your help. Do you know what kind of auth. it can use? I already have a openldap setup for all my qmail users to auth. to and would like to use the same ldap server and maybe database if possible. I am trying to centralize all our authentication to ldap.