[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: telnet/pop3 question



Hi Dave,
have you ever activated the pop3 service? It is off by default; the
/etc/services file just translates port numbers to service names.
Try a netstat to see if anything is listening on pop3/pop3s, it should look
like this:

# netstat --inet -an | egrep "110|995"
tcp        0      0 0.0.0.0:110             0.0.0.0:*               LISTEN
tcp        0      0 0.0.0.0:995             0.0.0.0:*               LISTEN

If you ask chkconfig, you should see it as well:

# chkconfig --list|grep pop3
        ipop3:  on
        pop3s:  on


If you didn't get anything, then the services are off; take a look at xinetd
config files in /etc/xinet.d/ (specifically, the files ipop3 and pop3s), and 
enable them.

Hope this helps!

Ant9000

> I am trying to debug using a pop3 mail reader (Outlook)
> on a PC to read mail on my LINUX 7.2 machine
> on my home network. Here is what is in my services file:
> 
> # grep pop3 /etc/services
> pop3    110/tcp    pop-3    # POP version 3
> pop3    110/udp    pop-3
> pop3s       995/tcp             # POP-3 over SSL
> pop3s       995/udp             # POP-3 over SSL
> 
> All of the hardware networking is OK since telnet to192.168.100.104
> from the PC works, but when I try port 110, I get:
> 
> >telnet 192.168.100.104 110
> Connecting To 192.168.100.104...Could not open connection to the host, on
> port 110: Connect failed
> 
> I suspect this is the problem, but need a suggestion wht port 110 is
> refused.
> 
> Thanks, Dave
> 

-- 
_____________________________________________________________________________
Dr. Antonio Galea       N e t   W i s e                 http://www.netwise.it
Sviluppo tecnico     Tecnologie per il Web    Tel 0461.421016 Fax 0461.426021
-----------------------------------------------------------------------------
Open source software - with no walls and fences, who needs Windows and Gates?
-----------------------------------------------------------------------------
--





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]