[squid-users] problem with squid and microsoft mse messenger

From: Fritze, Stefan <Stefan.Fritze@dont-contact.us>
Date: Wed, 16 Apr 2003 15:24:40 +0200

dear all,

i want to allow access with microsoft messenger but it donīt work.
-the messenger says that the connection to the internet is not working
-in squid i have this log entry

1050497978.576 19 172.28.128.10 TCP_DENIED/407 1496 POST
http://gateway.messenger.hotmail.com/gateway/gateway.dll? - NONE/- -

-my acl configuration is

acl all src 0.0.0.0/0.0.0.0
acl manager proto cache_object
acl manageruser proxy_auth dleadmin
acl SSL_ports port 443 563 11005 1863
acl Safe_ports port 80 81 # 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 119 # news over http
acl Safe_ports port 210 # wais
acl Safe_ports port 1024-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 CONNECT method CONNECT
acl noauth_nets dst 10.0.0.0/8 172.0.0.0/8 192.168.0.0/16 194.36.128.0/24
193.39.225.0/24
acl password proxy_auth REQUIRED
acl badurl url_regex -i "/usr/local/etc/squid/badurl.conf"
acl worm urlpath_regex -i \.eml$
acl fileupload req_mime_type -i ^multipart/form-data$
#
http_access allow manager manageruser
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access allow noauth_nets
http_access deny badurl
http_access deny worm
http_access allow password
http_access allow fileupload
http_access deny all
icp_access allow all
miss_access allow all

Have anyone get this running?
Can you help me?

best regards

stefan

Diamond Link Ltd., German Branch
        
Stefan Fritze
Network Engineer
European Network Services
Phone : +49(0)-2102-486-8480
Telefax: +49(0)-2102-486-6650
Mobile: +49(0)-172-26 10 71 5
www.diamondlink.co.uk
Received on Wed Apr 16 2003 - 07:21:45 MDT

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