ispCP - Board - Support
[solved] Mail setup pop, smtp, blah blah blah - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: Usage (/forum-34.html)
+--- Thread: [solved] Mail setup pop, smtp, blah blah blah (/thread-7358.html)

Pages: 1 2 3


RE: Mail setup pop, smtp, blah blah blah - rbtux - 08-06-2009 06:57 AM

there are rules missing for these services... show your iptables script...
just do

iptables -A INPUT -p tcp -m tcp -m multiport -j ACCEPT --dports 25,587


that should settle it...


[SOLVED] Mail setup pop, smtp, blah blah blah - djmega01 - 08-06-2009 07:08 AM

(08-06-2009 06:57 AM)rbtux Wrote:  there are rules missing for these services... show your iptables script...
just do

iptables -A INPUT -p tcp -m tcp -m multiport -j ACCEPT --dports 25,587


that should settle it...

Done!
U da man...
I can telnet remotely now.
Consider this topic solved.
I can fix the other stuffs myself.

Thanks everyone for the help