You need to explain what you are doing a bit more clearly. I can't figure
out what "i telnet to my isp port 25" means, especially since it seems to be
something you want to do "before i can activate my sendmail". And what does
"Using the IP and name of my isp" mean, and how does it differ from "i
telnet to my isp port 25"?

If you run sendmail (either directly or through inetd), it will listen for
incoming connections on whatever host it is running on. So if, for example,
your machine is IP address 12.34.56.78, doing a "telnet 12.34.56.78 25"
should return the sendmail banner. 

If you are not yet running sendmail on the host, you will (correctly) get
this message: "telnet: Unable to connect to remote host: Connection
refused". This means simply that sendmail (or an equivalent MTA) isn't
running yet on the host.

If you are trying to connect to port 25 on some other host (I'm still
stumped about what "my isp port 25" is), it will answer if it is running
sendmail, refuse if it is not. (Actually it is a bit more complicated, as
firewalling rules come into play too ... but let's not get too complicated
yet.) Whether that other host is running sendmail has nothing to do with
your ability to run sendmail on your host.

It is also possible that you are trying to do this through a
firewall/router. That adds additional difficulties, and I won't even begin
trying to explain them until I know more about your actual setup (but you
can read the Firewall HowTo at www.linuxdoc.org to get an idea).

So ... try again. Explain in more detail what you are doing, quoting exact
commands, exact responses, and explaining what hosts are involved.

At 06:13 PM 5/28/00 +0700, frans toruan wrote:
>       now, i'm working back on my pine.
>       after reading some howto's, i checked again my dns, and sendmail.
>       my dns seems to be ok, i can ping to IP and name in the internet.
>       next, i tried to check my sendmail. to do this, i telnet to my isp port
>25. but, "connection failed .. ". Using the IP and name of my isp, gave the
>same result. But, pinging is ok.
>       so, now i know that i have to fix this before i can activate my sendmail.
>       please, great gurus, what can i do to fix this ? 
>       I'm running RHL 6.1, and trying to activate sendmail as MTA ( and, later
>on, Pine as MUA ). 

------------------------------------"Never tell me the odds!"---
Ray Olszewski                                        -- Han Solo
Palo Alto, CA                                    [EMAIL PROTECTED]        
----------------------------------------------------------------


-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.linux-learn.org/faqs

Reply via email to