Para bloquear o
chat do Gmail você deve restringir o acesso à seguinte URL: chatenabled.mail.google.com.
Seguem abaixo regras para bloquear este endereço via firewall do
Linux (iptables) ou proxy (Squid)
# FIREWALL - IPTABLES
iptables -I INPUT -s chatenabled.mail.google.com -j DROP
iptables -A OUTPUT -d chatenabled.mail.google.com -j DROP
iptables -I FORWARD -s 0/0 -d chatenabled.mail.google.com -j DROP
# PROXY - SQUID
acl gtalk dstdomain chatenabled.mail.google.com
http_access deny gtalk
Espero que seja útil!
Att,
Alexandro Corrêa - Porto Alegre - RS