Rick said:
I can look up some commands you can modify and try tomorrow
to test for this exact condition.

Try the following (first part) at your ISP using the proper
smtp server name.

Try the following at your e-mail host using the proper
smtp server name.
For the second one to work, they need to support
that port and you need to know the number*...
Telnet needs to be a service running on your local machine...
(Sometimes it will be disabled for security.)

To run these commands on Windows,
click on the Windows Start button,
choose the Run option and type in
the command and click the OK button
to execute (run each command separately).
On UNIX, simply run the command if telnet
is in your PATH, on MAC, you need to
configure a Telnet profile for each
command and run the profile.
telnet sendmail.theDOMAIN 25
(this should fail - that is why you are here)
If it works, they do not block port 25

try:
telnet sendmail.theDOMAIN XXX*
where XXX* would be the higher port number
(this should connect as long as there are no connectivity problems)
This is simpler than it looks...

try this
click on the Windows Start button,
choose the Run option and type in cmd
then type in (or do a DOS copy and paste)
telnet smtp.gmail.com 400
(this should fail, and give you a telnet on-screen error.)

then do:
telnet smtp.gmail.com 465
after a couple seconds you should have a blank telnet screen
with a blinking cursor... (No failure message, but no reply)

                           Rick Glazier


--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.371 / Virus Database: 267.14.18/230 - Release Date: 1/14/2006

--
               ----------------------------------------
WIN-HOME Archives:  http://PEACH.EASE.LSOFT.COM/archives/WIN-HOME.html
Contact the List Owner about anything:  [EMAIL PROTECTED]
Official Win-Home List Members Profiles Page
http://www.besteffort.com/winhome/Profiles.html

Reply via email to