Re: [squid-users] Outlook Express

From: Colin Campbell <sgcccdc@dont-contact.us>
Date: Wed, 23 Jan 2002 08:49:04 +1000 (EST)

Hi,

On Tue, 22 Jan 2002, Mark Lucas wrote:

> I have squid configured on my local network to require authentication.
> Unfortunately this prevents Outlook Express 6 from retrieving mail from
> Hotmail since outlook Express cannot use a proxy requiring authentication.
> Does anyone know a way around this? Is there a way I could allow users to
> access www.hotmail.com without requiring to be authenticated but requiring
> authentication to go anywhere else?

I assume you have lines like:

        acl password proxy_auth REQUIRED
        http_access allow password
        http-access deny all

What you probably want is something like:

        acl hotmail dstdomain .hotmail.com
        acl password proxy_auth REQUIRED
        http_access allow hotmail
        http_access allow password
        http_access deny all

Colin
Received on Tue Jan 22 2002 - 15:49:18 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:05:54 MST