Olá pessoal não estou conseguindo liberar a porta 110 no Outlook, tentei liberar pelos comando abaixo:
# iptables -A FORWARD -p udp -s 100.100.100.0/24 -d 200.204.0.10 --dport 53 -j ACCEPT
# iptables -A FORWARD -p udp -s 200.204.0.10 --sport 53 -d 100.100.100.0/24 -j ACCEPT
# iptables -A FORWARD -p TCP -s 100.100.100.0/24 --dport 25 -j ACCEPT
# iptables -A FORWARD -p TCP -s 100.100.100.0/24 --dport 110 -j ACCEPT
# iptables -A FORWARD -p tcp --sport 25 -j ACCEPT
# iptables -A FORWARD -p tcp --sport 110 -j ACCEPT
# iptables -t nat -A POSTROUTING -j MASQUERADE
Mas ainda continua dano erro no Outlook, o que pode ser?
Tentei também colocar o seguinte linha no squid.conf
acl Safe_ports port 110
mas também não deu certo.
Se puderem me ajudar!!!
Um abraço
"NÃO USE DROGAS, USE LINUX"