I can not connect any mail server using telnet through 25 port. I can connect with any web-server using 80 port.So i searched for my open port
sudo nmap -sS -p 20-2550 localhost
It shows:
Nmap scan report for localhost (127.0.0.1)
Host is up (0.0000060s latency).
Not shown: 2524 closed ports
PORT STATE SERVICE
22/tcp open ssh
23/tcp open telnet
80/tcp open http
139/tcp open netbios-ssn
445/tcp open microsoft-ds
631/tcp open ipp
902/tcp open iss-realsecure
No 25 port open. When i try to connect with mail-server it just timeout. How could i enable telnet 25 port. Thanks in advance