Search squid archive

hotmail attachment problem

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi all,

I'm having problem with downloading attachments from hotmail.Users cant download attachments from hotmail.But they can download from yahoo or any other webmail.
It doesnt matter what the file extension is. .pdf, .html, .zip etc...
The access.log tells as below,

1129275547.316 2 10.1.0.247 TCP_DENIED/403 1521 GET http://by110fd.bay110.hotmail.msn.com/cgi-bin/saferd/ICT8%2d5%2epdf? - NONE/- text/html

1129275956.636 37 10.1.0.244 TCP_DENIED/403 1523 GET http://by110fd.bay110.hotmail.msn.com/cgi-bin/saferd/ICT8%2d7A%2edoc? -NONE/- text/html

etc...

thank you
koray




my squid.conf is as;

---
visible_hostname proxy.test.domain

http_port 3128

acl QUERY urlpath_regex cgi-bin \?
no_cache deny QUERY

cache_mem 256 MB

maximum_object_size 128 KB
minimum_object_size 0 KB

cache_dir ufs /var/spool/squid 4096 8 256
cache_access_log /var/log/squid/access.log
cache_log /var/log/squid/cache.log

acl all src 0.0.0.0/0.0.0.0
acl localhost src 127.0.0.1/255.255.255.255
acl local src 10.0.0.0/255.255.0.0
acl nonlocal src 10.1.0.0/255.255.0.0
acl adsl0 src 192.168.0.0/255.255.255.0
acl adsl1 src 192.168.1.0/255.255.255.0
acl SSL_ports port 443 563
acl Safe_ports port 80          # http
acl Safe_ports port 1755        # mms
acl Safe_ports port 443 563     # https, snews
acl Safe_ports port 81          # 81 port
acl Safe_ports port 8110         # 8110 port

acl CONNECT method CONNECT

http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access allow localhost
http_access allow local
http_access allow nonlocal
http_access allow adsl0
http_access allow adsl1
http_access deny all
--


[Index of Archives]     [Linux Audio Users]     [Samba]     [Big List of Linux Books]     [Linux USB]     [Yosemite News]

  Powered by Linux