Somebody in the thread at some point said: > Could someone please tell me how to open port 587 on fedora core 6/ Probably the answer you want is iptables -I INPUT -p tcp --dport 587 -j ACCEPT service iptables save -Andy
Somebody in the thread at some point said: > Could someone please tell me how to open port 587 on fedora core 6/ Probably the answer you want is iptables -I INPUT -p tcp --dport 587 -j ACCEPT service iptables save -Andy