Olá! Estou com squid rodando no meu notebook com liberação de portas para 25, 110 e 143 assim como estar no squid.conf:
acl SSL_ports port 443 563 acl SSL_ports port 873 acl Safe_ports port 25 # smtp acl Safe_ports port 80 # http acl Safe_ports port 110 # pop3 acl Safe_ports port 143 # imap porém ainda nao conssigo autenticação na conta do meu e-mail e nem o download do certificado e muito menos o download dos e-mail. Alguem conhece alguma solução para isso?? meu iptables estar aberto para tudo: iptables - L Chain INPUT (policy ACCEPT) target prot opt source destination ACCEPT icmp -- anywhere anywhere icmp echo- request limit: avg 1/sec burst 5 ACCEPT tcp -- anywhere anywhere limit: avg 1/sec burst 5 ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED ACCEPT tcp -- anywhere anywhere tcp flags:FIN,SYN,RST,ACK/RST limit: avg 1/sec burst 5 DROP tcp -- anywhere anywhere tcp flags:FIN,SYN,RST,PSH,ACK,URG/SYN,ACK ACCEPT tcp -- anywhere anywhere tcp dpt: 2222 LOG tcp -- anywhere anywhere tcp dpt: 2222 LOG level info prefix `LOG DE ACESSO NO SSH (22): ' Chain FORWARD (policy ACCEPT) target prot opt source destination ACCEPT icmp -- anywhere anywhere icmp echo- request limit: avg 1/sec burst 5 ACCEPT tcp -- anywhere anywhere limit: avg 1/sec burst 5 ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED ACCEPT tcp -- anywhere anywhere tcp flags:FIN,SYN,RST,ACK/RST limit: avg 1/sec burst 5 DROP tcp -- anywhere anywhere tcp flags:FIN,SYN,RST,PSH,ACK,URG/SYN,ACK iptables -L -t nat Chain PREROUTING (policy ACCEPT) target prot opt source destination REDIRECT tcp -- anywhere anywhere tcp dpt:http redir ports 3128 Chain POSTROUTING (policy ACCEPT) target prot opt source destination MASQUERADE all -- anywhere anywhere -- GUS-BR - Grupo de Usuários de Slackware Brasil http://www.slackwarebrasil.org/ http://groups.google.com/group/slack-users-br Antes de perguntar: http://www.istf.com.br/perguntas/ Para sair da lista envie um e-mail para: [email protected]

