[squid-users] ICQ Clients

From: cadu <cadu@dont-contact.us>
Date: Mon, 4 Aug 2003 15:06:02 -0300

Hello folks... I'm trying to prevent internal users from using ICQ
during work time.
Based on informations extracted from access.log I created a rule, but it
seems not to work!

access.log record:
1060019692.772 1350 192.168.0.36 TCP_MISS/200 299 POST
http://64.12.163.132/data? user1 DIRECT/64.12.163.132 AIM/HTTP

squid.conf:
acl ICQ_mime req_mime_type ^AIM/HTTP$
acl ICQ_serv dstdomain login.icq.com
http_access deny ICQ_mime
http_access deny ICQ_serv

Maybe I'm not using req_mime_type correctly...

thanks
Received on Mon Aug 04 2003 - 12:06:29 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:18:34 MST