Hi all,
I have a RHL 6.2 box. I enabled ipchains w/ the ff rules:
ipchains -A input -i eth0 -p tcp --dport 25 -j ACCEPT
ipchains -A output -i eth0 -p tcp --sport 25 -j ACCEPT
When i do a telnet on port 25 on the linux box, the smtp connection is significantly slow. But after removing the ipchains rules, telnet to port 25 is fast. What other ports do i need to open to improve smtp connection?
I have a RHL 6.2 box. I enabled ipchains w/ the ff rules:
ipchains -A input -i eth0 -p tcp --dport 25 -j ACCEPT
ipchains -A output -i eth0 -p tcp --sport 25 -j ACCEPT
When i do a telnet on port 25 on the linux box, the smtp connection is significantly slow. But after removing the ipchains rules, telnet to port 25 is fast. What other ports do i need to open to improve smtp connection?