Networking Forums

Networking Forums > Computer Networking > Linux Networking > ipop3d - port open, but no connection

Reply
Thread Tools Display Modes

ipop3d - port open, but no connection

 
 
Dorsai
Guest
Posts: n/a

 
      01-13-2004, 06:34 PM
I've gotten a Linux server set up, can see it from a web browser, and
all that. The problem is that I can't connect to it for POP3 mail
retrieval. nmap says the port is open, xinetd is running, and ipop3d
is supposedly working, too - but a telnet to port 110 results in
"Could not open connection to the host, on port 110: connect failed".

Any ideas/suggestions?

--
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
Dorsai - Author of Erotic Fiction at
http://www.asstr.org/~Dorsai
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
Intelligence is not additive, it is subtractive: The intellectual
power of 1 genius is not improved by the addition of 99 idiots.
 
Reply With Quote
 
 
 
 
ynotssor
Guest
Posts: n/a

 
      01-13-2004, 08:34 PM
"Dorsai" <(E-Mail Removed)> wrote in message
news:Xns946F7FE433261dorsaiatmaildotcom@216.168.3. 44

> I've gotten a Linux server set up, can see it from a web browser, and
> all that. The problem is that I can't connect to it for POP3 mail
> retrieval. nmap says the port is open, xinetd is running, and ipop3d
> is supposedly working, too - but a telnet to port 110 results in
> "Could not open connection to the host, on port 110: connect failed".
> Any ideas/suggestions?


Perhaps your ipop3d requires an entry in /etc/hosts.allow ?

--
use hotmail for any email replies


-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----
 
Reply With Quote
 
Dorsai
Guest
Posts: n/a

 
      01-13-2004, 10:50 PM
"ynotssor" <"ynotssor"> banged on the keyboard until producing
news:(E-Mail Removed):

> "Dorsai" <(E-Mail Removed)> wrote in message
> news:Xns946F7FE433261dorsaiatmaildotcom@216.168.3. 44
>
>> I've gotten a Linux server set up, can see it from a web browser,
>> and all that. The problem is that I can't connect to it for POP3
>> mail retrieval. nmap says the port is open, xinetd is running,
>> and ipop3d is supposedly working, too - but a telnet to port 110
>> results in "Could not open connection to the host, on port 110:
>> connect failed". Any ideas/suggestions?

>
> Perhaps your ipop3d requires an entry in /etc/hosts.allow ?
>


Nope. A virtually identical machine next to it - where POP3 *does*
work - doesn't have anything in hosts.allow, either.

(scratches head, resumes banging head on keyboard)

--
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
Dorsai - Author of Erotic Fiction at
http://www.asstr.org/~Dorsai
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
Save the whales! Trade them for valuable prizes!
 
Reply With Quote
 
Cameron Kerr
Guest
Posts: n/a

 
      01-14-2004, 05:10 AM
Dorsai <(E-Mail Removed)> wrote:
> "ynotssor" <"ynotssor"> banged on the keyboard until producing
> news:(E-Mail Removed):


>> Perhaps your ipop3d requires an entry in /etc/hosts.allow ?

>
> Nope. A virtually identical machine next to it - where POP3 *does*
> work - doesn't have anything in hosts.allow, either.


Does that other machine have anything in /etc/hosts.deny?

What about firewall? (iptables -L)

--
Cameron Kerr
(E-Mail Removed) : http://nzgeeks.org/cameron/
Empowered by Perl!
 
Reply With Quote
 
Dorsai
Guest
Posts: n/a

 
      01-14-2004, 01:12 PM
Cameron Kerr <(E-Mail Removed)> banged on the keyboard
until producing news:(E-Mail Removed):

> Dorsai <(E-Mail Removed)> wrote:
>> "ynotssor" <"ynotssor"> banged on the keyboard until producing
>> news:(E-Mail Removed):

>
>>> Perhaps your ipop3d requires an entry in /etc/hosts.allow ?

>>
>> Nope. A virtually identical machine next to it - where POP3 *does*
>> work - doesn't have anything in hosts.allow, either.

>
> Does that other machine have anything in /etc/hosts.deny?
>
> What about firewall? (iptables -L)
>


Negative on both - the machine sits by itself on the net; I've simply
turned off (not installed) the services it's not actually using, or
that aren't needed. All it runs are http, pop, smtp, and sendmail.

--
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
Dorsai - Author of Erotic Fiction at
http://www.asstr.org/~Dorsai
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
Never trust a government that doesn't trust YOU!
 
Reply With Quote
 
P.T. Breuer
Guest
Posts: n/a

 
      01-14-2004, 06:10 PM
Dorsai <(E-Mail Removed)> wrote:
> I've gotten a Linux server set up, can see it from a web browser, and
> all that. The problem is that I can't connect to it for POP3 mail
> retrieval. nmap says the port is open, xinetd is running, and ipop3d
> is supposedly working, too - but a telnet to port 110 results in


What makes you suppose so? What do the logs say about ipop3?

> "Could not open connection to the host, on port 110: connect failed".


> Any ideas/suggestions?


If the server starts up at all, then replace it by a script that does a
strace of the real server to a log file. If it doesn't start up, it
either doesn't exist or your inetd entry points at the wrong place, or
you have configured hosts.allow/deny to disallow it.

Peter
 
Reply With Quote
 
Cameron Kerr
Guest
Posts: n/a

 
      01-14-2004, 08:21 PM
Dorsai <(E-Mail Removed)> wrote:
> I've gotten a Linux server set up, can see it from a web browser, and
> all that. The problem is that I can't connect to it for POP3 mail
> retrieval. nmap says the port is open, xinetd is running, and ipop3d
> is supposedly working, too - but a telnet to port 110 results in
> "Could not open connection to the host, on port 110: connect failed".
>
> Any ideas/suggestions?


Change the command that xinetd runs from

/usr/sbin/tcpd in.pop3d

to

/usr/sbin/in.pop3d

restart xinetd and see if that works. If it does you know that tcpd is
at fault.

Another thing to try on the server would be the following

/usr/sbin/tcpdchk

/usr/sbin/tcpdmatch in.pop3d <clienthost>

You may need to change in.pop3d to pop3d

--
Cameron Kerr
(E-Mail Removed) : http://nzgeeks.org/cameron/
Empowered by Perl!
 
Reply With Quote
 
Dorsai
Guest
Posts: n/a

 
      01-14-2004, 09:47 PM
Cameron Kerr <(E-Mail Removed)> banged on the keyboard
until producing news:(E-Mail Removed):

> Dorsai <(E-Mail Removed)> wrote:

....
>> results in "Could not open connection to the host, on port 110:
>> connect failed".

....
> Change the command that xinetd runs from
>
> /usr/sbin/tcpd in.pop3d
>
> to
>
> /usr/sbin/in.pop3d
>
> restart xinetd and see if that works. If it does you know that
> tcpd is at fault.
>
> Another thing to try on the server would be the following
>
> /usr/sbin/tcpdchk
>
> /usr/sbin/tcpdmatch in.pop3d <clienthost>
>
> You may need to change in.pop3d to pop3d
>


That seems to have taken care of it. Many thanks!!

--
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
Dorsai - Author of Erotic Fiction at
http://www.asstr.org/~Dorsai
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
If God is your co-pilot, why are you such a lousy driver?
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Socket connection to port fails despite port open / listening ! Jack Linux Networking 2 12-19-2007 03:46 PM
Possible to open more than one connection on same port? brekehan Linux Networking 4 03-20-2007 05:53 PM
TELNET Connection To Open Port Times Out PowerLifter1450@gmail.com Linux Networking 2 11-25-2006 08:27 PM
TELNET Connection To Open Port Times Out PowerLifter1450@gmail.com Linux Networking 0 11-24-2006 04:27 PM
open ports on the router port 1900udp and port 5643 tcp James Broadband Hardware 0 02-20-2005 08:07 AM



1 2 3 4 5 6 7 8 9 10 11