From owner-freebsd-questions@FreeBSD.ORG Wed Feb 11 11:05:50 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 2DC7516A4CE for ; Wed, 11 Feb 2004 11:05:50 -0800 (PST) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26D4C43D31 for ; Wed, 11 Feb 2004 11:05:50 -0800 (PST) (envelope-from cswiger@mac.com) Received: from mac.com (smtpin07-en2 [10.13.10.152]) by smtpout.mac.com (Xserve/MantshX 2.0) with ESMTP id i1BJ5nNu019584; Wed, 11 Feb 2004 11:05:49 -0800 (PST) Received: from [10.1.1.193] (nfw2.codefab.com [66.234.138.66]) (authenticated bits=0) by mac.com (Xserve/smtpin07/MantshX 3.0) with ESMTP id i1BJ5mtE015337; Wed, 11 Feb 2004 11:05:49 -0800 (PST) In-Reply-To: <20040211162056.87749.qmail@web21502.mail.yahoo.com> References: <20040211162056.87749.qmail@web21502.mail.yahoo.com> Mime-Version: 1.0 (Apple Message framework v612) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <4D5D26C2-5CC5-11D8-A5C2-003065ABFD92@mac.com> Content-Transfer-Encoding: 7bit From: Charles Swiger Date: Wed, 11 Feb 2004 14:05:48 -0500 To: jr315 X-Mailer: Apple Mail (2.612) cc: freebsd-questions@freebsd.org Subject: Re: inbound http authentication 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: Wed, 11 Feb 2004 19:05:50 -0000 On Feb 11, 2004, at 11:20 AM, jr315 wrote: > building a FreeBSD email-gateway/proxy server. need to > filter inbound mail and http/webmail requests for an > exchange server. need to find good http authentication > proxy for server running IIS. need proxy package that > will authenticate inbound http sessions and forward > them to the IIS/exchange server. Any good > recommendations??? squid can be used as an authenticating web proxy. sendmail, postfix, and a number of other MTAs can be used to relay email. -- -Chuck