Telnet problem

  • Thread starter Thread starter Limbo
  • Start date Start date
L

Limbo

I'm trying to telnet into my ISP mail server, using the command: "open
smtp.dsl.pipex.net 25". However instantly I get an error "Could not open
connection to the host, on port 25: connect failed"

The error appears so fast that I suspect there is another reason for the
connection fail. Any suggestions?

I can connect to the mail server fine in outlook.
 
Tried some other ISP outgoing mail servers on port 25, always get "could not
open connection" error, but when trying the imcoming mail server on port 110
it always work and I see the welcome message!!

What is causing the problem with outgoing mail servers?
 
Limbo said:
Tried some other ISP outgoing mail servers on port 25, always get "could
not open connection" error, but when trying the imcoming mail server on
port 110 it always work and I see the welcome message!!

What is causing the problem with outgoing mail servers?

spammers used up all of the port 25 postage stamps
 
Normally you just can't "telnet" into any system on just any port you want.
The receiving host has to be configured to accept a telnet connection on the
port you've requested.

--

Star Fleet Admiral Q @ your Service!

http://www.google.com
Google is your "Friend"
 
In message <[email protected]> "Star Fleet Admiral
Q said:
Normally you just can't "telnet" into any system on just any port you want.
The receiving host has to be configured to accept a telnet connection on the
port you've requested.

Yes and if it's a mail server it should (by tradition) be configured to
listen on port 25...
 
Back
Top