Re: [squid-users] IM blocking in squid?

From: Joerg Schuetter <joerg_schuetter@dont-contact.us>
Date: Wed, 27 Jun 2007 13:59:59 +0200

On Wed, 27 Jun 2007 09:19:46 +0800
Adrian Chadd <adrian@creative.net.au> wrote:

> On Tue, Jun 26, 2007, Andreas Pettersson wrote:
> > Adrian Chadd wrote:
> > >People keep asking about how to block IM in Squid; would
> > >anyone like to kick up some ACLs that they use to block IM
> >
> > ICQ? MSN? Windows Messenger? AOL? Skype? Jabber? IRC? Sametime?
> > Or http://webmessenger.msn.com/ or http://talk.google.com/ ?
>
> My question is just as vague as the various questions people ask
> about "blocking IM". Hence why I'd like to arrange a Wiki article
> about it!

This is how we block IM to msn, but leafe the connection open to
"normal" web-pages on msn.

acl msn_req req_mime_type application/x-msn-messenger
acl msn_rep rep_mime_type application/x-msn-messenger
http_access deny mynetwork msn_req
http_reply_access deny mynetwork msn_rep

Regards
  Jörg
Received on Wed Jun 27 2007 - 06:00:09 MDT

This archive was generated by hypermail pre-2.1.9 : Sun Jul 01 2007 - 12:00:05 MDT