Why directadmin don't see port 110

newdirectadmin

New member
Joined
Aug 8, 2011
Messages
1
Hello guys

When I tryied run emails on my server (pop,smtp), i found error.

Code:
debian:/etc/dovecot# telnet localhost 110
Trying 127.0.0.1...
telnet: Unable to connect to remote host: Connection refused

Code:
debian:/etc/dovecot# nmap localhost

Starting Nmap 4.62 ( http://nmap.org ) at 2011-08-08 16:55 CEST
Interesting ports on localhost.localdomain (127.0.0.1):
Not shown: 1694 closed ports


PORT     STATE SERVICE
21/tcp   open  ftp
22/tcp   open  ssh
25/tcp   open  smtp
53/tcp   open  domain
80/tcp   open  http
111/tcp  open  rpcbind
139/tcp  open  netbios-ssn
143/tcp  open  imap
443/tcp  open  https
445/tcp  open  microsoft-ds
548/tcp  open  afp
587/tcp  open  submission
783/tcp  open  spamassassin
901/tcp  open  samba-swat
953/tcp  open  rndc
965/tcp  open  unknown
2008/tcp open  conf
2049/tcp open  nfs
3306/tcp open  mysql
5432/tcp open  postgresql
8000/tcp open  http-alt


Why pop3 not working?
 
The POP3 protocol requires that port 110 be open and listening. According to your nmap output, either you've got port 110 blocked by your firewall (unlikely since the test is by localhost) or Dovecot isn't running.

Jeff
 
Back
Top