On Thu, 26 Jun 2003, Jamie Pratt wrote: > Doesn't blocking tcp port 5050 outbound pretty much kill yahoo instant > messenger clients? (Last I checked, it wouldn't connect for me at home > until i opened 5050, but then again, maybe they got smarter like msn?) The problem here is, the yahoo messenger servers listen on all ports, 1 to 65535, so even if you leave something like squid running and transparent proxy everything through that, they would still be able to get through using CONNECT to port 443. The other option is, just tell your users it is forbidden and that there will be actions taken if they use it ;) Aaron