Verify that port is open
Run following command:
Make sure iptables is allowing port 80 / 110 / 143 connections:
netstat -tulpn | less
Make sure iptables is allowing port 80 / 110 / 143 connections:
iptables -L -n
Refer to iptables man page for more information about iptables usage and syntax:
man iptables
No comments:
Post a Comment