Yo tengo un problema parecido, me envían correos que he bloqueado en pidgin y no los puedo eludir.
2009/9/15 Aland Laines <[email protected]>: > Hola compañeros, tengo un problema con hotmail, en las maquinas que salen a > traves del proxy transparente no me deja descargar ningun archivo adjunto, > sea cual fuere la extension, y no he bloqueado archivos por extension o por > algun modo. > > les paso la config del squid > > visible_hostname anubis.ipp.edu.pe > # ACCESS CONTROLS > acl all src 0.0.0.0/0.0.0.0 > acl manager proto cache_object > acl localhost src 127.0.0.1/32 > acl to_localhost dst 127.0.0.0/8 > #acl localnet src 192.168.0.0/24 > acl SSL_ports port 443 > acl Safe_ports port 80 > acl Safe_ports port 21 > acl Safe_ports port 443 > acl Safe_ports port 70 > acl Safe_ports port 210 > acl Safe_ports port 1025-65535 > acl Safe_ports port 280 > acl Safe_ports port 488 > acl Safe_ports port 591 > acl Safe_ports port 777 > acl CONNECT method CONNECT > acl prohibidas url_regex "/etc/squid/blacklist/black" > acl localnet src 172.16.0.0/24 > acl localnet src 172.16.1.0/24 > acl aland src 172.16.0.250 > acl portatil src 172.16.0.175 > # TAG: access_log > access_log /var/log/squid/access.log squid > # TAG: http_access > http_access allow manager localhost > http_access allow aland prohibidas > http_access allow portatil prohibidas > http_access deny manager > http_access deny !Safe_ports > http_access deny CONNECT !SSL_ports > http_access deny prohibidas > http_access allow localnet !prohibidas > http_access deny all > #Allow ICP queries from local networks only > icp_access allow localnet > icp_access deny all > # NETWORK OPTIONS > # > ----------------------------------------------------------------------------- > # TAG: http_port > # Squid normally listens to port 3128 > #http_port 3128 transparent > http_port 172.16.0.253:3128 transparent > http_port 172.16.1.253:3128 transparent > # MEMORY CACHE OPTIONS > cache_mem 8 MB > # TAG: memory_replacement_policy > memory_replacement_policy lru > # DISK CACHE OPTIONS > # > ----------------------------------------------------------------------------- > # TAG: cache_replacement_policy > cache_replacement_policy lru > # TAG: cache_dir > cache_dir ufs /var/spool/squid 100 16 256 > # TAG: minimum_object_size (bytes) > minimum_object_size 0 KB > # TAG: maximum_object_size (bytes) > maximum_object_size 4096 KB > # TAG: cache_swap_low (percent, 0-100) > # TAG: cache_swap_high (percent, 0-100) > #Default: > # cache_swap_low 90 > # cache_swap_high 95 > cache_swap_low 90 > # OPTIONS FOR FTP GATEWAYING > # > ----------------------------------------------------------------------------- > # TAG: ftp_passive > ftp_passive on > refresh_pattern ^ftp: 1440 20 10080 > refresh_pattern ^gopher: 1440 0 1440 > refresh_pattern (cgi-bin|\?) 0 0 0 > refresh_pattern . 0 20 4320 > # HTTP OPTIONS > # > ----------------------------------------------------------------------------- > # TAG: connect_timeout time-units > connect_timeout 2 minutes > # TAG: client_lifetime time-units > client_lifetime 1 days > # ADMINISTRATIVE PARAMETERS > # > ----------------------------------------------------------------------------- > # TAG: cache_mgr > cache_mgr webmaster > # ICP OPTIONS > # > ----------------------------------------------------------------------------- > # TAG: icp_port > icp_port 3130 > # ERROR PAGE OPTIONS > # > ----------------------------------------------------------------------------- > cache_swap_high 95 > a ver si me dan una pista de lo que puede estar pasando, mi box es un centos > 5.3. > -- > Aland Laines Calonge > Tecnico en Informatica > > > _______________________________________________ > Lista de correo Linux-plug > Temática: Discusión general sobre Linux > Peruvian Linux User Group (http://www.linux.org.pe) > > Participa suscribiéndote y escribiendo a: [email protected] > Para darte de alta, de baja o hacer ajustes a tu suscripción visita: > http://listas.linux.org.pe/mailman/listinfo/linux-plug > > IMPORTANTE: Reglas y recomendaciones > http://www.linux.org.pe/listas/reglas.php > http://www.linux.org.pe/listas/comportamiento.php > http://www.linux.org.pe/listas/recomendaciones.php > _______________________________________________ Lista de correo Linux-plug Temática: Discusión general sobre Linux Peruvian Linux User Group (http://www.linux.org.pe) Participa suscribiéndote y escribiendo a: [email protected] Para darte de alta, de baja o hacer ajustes a tu suscripción visita: http://listas.linux.org.pe/mailman/listinfo/linux-plug IMPORTANTE: Reglas y recomendaciones http://www.linux.org.pe/listas/reglas.php http://www.linux.org.pe/listas/comportamiento.php http://www.linux.org.pe/listas/recomendaciones.php
