Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

smtp telnet?

11 views
Skip to first unread message

perspolis

unread,
May 31, 2005, 4:37:43 AM5/31/05
to
Hi all
I used telnet to connect a mail server.
it connects but it needs login.
I read smtp tfc but I can't find commands to log in and enter user name and
password..
I
I need a sample commands to log into that bu telnet..
thx in advance

Robert L [MS-MVP]

unread,
May 31, 2005, 12:31:02 PM5/31/05
to
 
How to retrieve an email from a server using telnet

To troubleshoot POP3 issue, you can telnet to port 110 to diagnose the connection. You can also use telnet retrieve an email from a remote server.

To test the connection, use this command: Telnet IP_address_of_server or hostname110

To retrieve email using POP3 use these command:

USER domain/Windows_NT_account/Exchange_mailbox (identifies the mailbox you want to open)

PASS Windows_NT_domain_password (the password for the mailbox)

LIST (shows a list of available messages and their size)

RETR message number (retrieve a message)

Other useful commands are dele, top and quit.

Here is the example of retrieving email from ms-mvps.com

Related Topics

How to Test SMTP Communication

Previous Page   Next Page
 

Don't send e-mail or reply to me except you need consulting services. Posting on MS newsgroup will benefit all readers and you may get more help.

Bob Lin, MS-MVP, MCSE & CNE
How to Setup Windows, Network, VPN & Remote Access on http://www.HowToNetworking.com
Networking, Internet, Routing, VPN Troubleshooting on http://www.ChicagoTech.net
This posting is provided "AS IS" with no warranties.

perspolis

unread,
Jun 1, 2005, 5:23:20 AM6/1/05
to
thx Robert..but I need  soem command for smtp on port 25..
if I want to send an email to someone with diffrent domain, my mail server require me to enter password..I don't know
how can I log on with telnet in smtp server..
"Robert L [MS-MVP]" <nor...@hotmail.com> wrote in message news:uDpwZ4fZ...@TK2MSFTNGP15.phx.gbl...

Robert L [MS-MVP]

unread,
Jun 1, 2005, 10:37:15 AM6/1/05
to

This page descript how to send email using port 25.

Bob Lin, MS-MVP, MCSE & CNE
How to Setup Windows, Network, VPN & Remote Access on http://www.HowToNetworking.com
Networking, Internet, Routing, VPN Troubleshooting on http://www.ChicagoTech.net
This posting is provided "AS IS" with no warranties.

perspolis

unread,
Jun 1, 2005, 10:54:16 AM6/1/05
to
I know how to send email using port 25..but my mail server require authentication to send email to another email with diffrent domain..I don't know how can I login with smtp commands.I even read rfc SMTP but it didn't help me...??
"Robert L [MS-MVP]" <nor...@hotmail.com> wrote in message news:uzWAedrZ...@TK2MSFTNGP12.phx.gbl...

Herb Martin

unread,
Jun 1, 2005, 5:56:15 PM6/1/05
to
"perspolis" <rez...@hotmail.com> wrote in message
news:OAHZLnrZ...@TK2MSFTNGP14.phx.gbl...

I know how to send email using port 25..but my mail server require
authentication to send email to another email with diffrent domain..I don't
know how can I login with smtp commands.I even read rfc SMTP but it didn't
help me...??
"Robert L [MS-MVP]" <nor...@hotmail.com> wrote in message
news:uzWAedrZ...@TK2MSFTNGP12.phx.gbl...
This page descript how to send email using port 25.

>>> How to Test SMTP Communication

While Robert's answer was useful for a differernt question
(and I am saving it for that) the link doesn't really address
SMTP and the simple command it gives definitely doesn't
deal with authentication.

You have to know the authentication method -- I have done
it with MD-5 by running a perl script to produce my password
hash for pasting into the SMTP-Telnet session.

What authentication method are you required to use?

(I have doubts about getting MS-Integrated to work this way.)

What are you really trying to accomplish by connecting?

--
Herb Martin, MCSE, MVP
Accelerated MCSE
http://www.LearnQuick.Com
[phone number on web site]

0 new messages