David C. Heitmann wrote:
how can i block msn live messenger or icq
1) Craft an Acceptable Use Policy with the provision that Internet access requires your customers to refrain from using chat programs. Add an appropriate penalty (loss of internet access, posting of names to a hall of shame, etc.) for violations. 2) (Optional) Warn users who violate this policy and direct their attention to the penalty.
3) Enforce the AUP.
with this configurations in squid i have no success :( # MSN Messenger acl msn urlpath_regex -i gateway.dll acl msnd dstdomain messenger.msn.com gateway.messenger.hotmail.com acl msn1 req_mime_type application/x-msn-messenger http_access deny msnd http_access deny msn http_access deny msn1 # ICQ acl icq dstdomain .icq.com http_access deny icq i have no iptables
Are you saying you have no method of limiting your outbound traffic? Not much Squid can do if it's not involved.
and squid version 3.1.0.16 thanks to regard dave
Chris