Re: [squid-users] Outlook Express

From: Mark Lucas <mark@dont-contact.us>
Date: Thu, 24 Jan 2002 07:53:30 -0000

Thanks for your help.
Here's the http_access section:-

#
#Recommended minimum configuration:
#
# Only allow cachemgr access from localhost
http_access allow manager localhost
http_access deny manager all
# Deny requests to unknown ports
http_access deny !Safe_ports
# Deny CONNECT to other than SSL ports
http_access deny CONNECT !SSL_ports
#
# INSERT YOUR OWN RULE(S) HERE TO ALLOW ACCESS FROM YOUR CLIENTS
#
http_access allow hotmail
http_access allow domainusers
# And finally deny all other access to this proxy
http_access deny all

acl's are defined as follows:-

#Recommended minimum configuration:
acl all src 0.0.0.0/0.0.0.0
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl allowed_hosts src 192.168.0.0/255.255.255.0
acl SSL_ports port 443 563
acl Safe_ports port 80 # http
acl Safe_ports port 21 # ftp
acl Safe_ports port 443 563 # https, snews
acl Safe_ports port 70 # gopher
acl Safe_ports port 210 # wais
acl Safe_ports port 1025-65535 # unregistered ports
acl Safe_ports port 280 # http-mgmt
acl Safe_ports port 488 # gss-http
acl Safe_ports port 591 # filemaker
acl Safe_ports port 777 # multiling http
acl hotmail dstdomain .hotmail.com
acl domainusers proxy_auth REQUIRED
acl CONNECT method CONNECT

----- Original Message -----
From: "Colin Campbell" <sgcccdc@citec.qld.gov.au>
To: "Mark Lucas" <mark@mlucas.net>
Cc: <squid-users@squid-cache.org>
Sent: Wednesday, January 23, 2002 10:15 PM
Subject: Re: [squid-users] Outlook Express

> Hi,
>
> On Wed, 23 Jan 2002, Mark Lucas wrote:
>
> > Thanks for your help Colin but I already have the configuration you
suggest.
> > It still requires me to log in every time I use squid.
>
> Then you have squid configured to require authentication for everything.
> The order of the http_access lines is important. Send us that portion of
> your squid.conf.
>
> Colin
>
>
Received on Thu Jan 24 2002 - 00:59:58 MST

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