Hello Komal

Try creating a file  "IMsites.txt" and add following domain names
messenger.yahoo.com
msg.yahoo.com
webcam.yahoo.com
filetransfer.yahoo.com
scd.yahoo.com
sc5.yahoo.com

After this insert the following line into your squid.conf
-------------------------------------------
acl all src 0.0.0.0/0.0.0.0
acl DAY time 06:00-18:00
acl allowedip src <youripaddress/netmask>
acl IMsites dstdom_regex "PATH/TO/yahoosites.txt"

http_access allow  allowedip IMsites DAY
http_access deny all IMsites

-------------------------------------------

You must provide these lines before the "http_access deny all"

Regards 


Babar Kazmi

> 
>i want to restirct messanger service for yahoo and msn etcc etc on time 
>basis 
> 
>Thank you 
> 
>Komal 
> 

Reply via email to