Re: telnet problem

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Thank you. I assume this <enter> after each line (which ok's each command)??

"Barry" wrote:

> Generally you wouldn't logon to an SMTP server (unless authentication is
> required).
> For a typical SMTP session It should be something like the following (each
> line is a new command followed by return).
>
> telnet
> open mail.server.com 25
> helo a
> mail from: email@xxxxxxxxxxx
> rcpt to: recipaints@xxxxxxxxxxxxx
> data
> body text goes here.
> ..
> quit
>
> If your going to use pop3 to check your email then it would be more like
> this
>
> telnet
> open mail.server 110
> user usernamegoeshere
> pass passwordhere
> list
> retr n (to retrieve the message where n is the message number)
> dele n (delete a message by the list number)
> quit
>
> (if you don't quit out changes will be lost)
>
> "nodoz" <nodoz@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
> news:C83FD527-188E-4C9F-97E6-D34D38EF45F8@xxxxxxxxxxxxxxxx
> >I want to use telnet to help troubleshoot email issues. From a cmd prompt i
> > write
> >
> > telnet mail.server details 25 (or pop)
> >
> > then after getting the ok i write
> >
> > USER full username@xxxxxxxxxxxx
> >
> > But at this point i get a 502 unimplemented message.
> >
> > Does anyone know what this means for certain or if someone can show the
> > correct syntax for verifying username and password etc.
> >
> > thanks
>
>
>
.



Relevant Pages

  • Re: telnet problem
    ... For a typical SMTP session It should be something like the following (each ... pass passwordhere ...
    (microsoft.public.windowsxp.help_and_support)
  • Re: telnet problem
    ... either the return key or the enter key will submit the command using ... >> pass passwordhere ...
    (microsoft.public.windowsxp.help_and_support)
  • Send email from script using telnet
    ... I would like to send email from script using telnet and check how long ... it takes to connect to smtp server and send email. ...
    (comp.unix.questions)
  • Re: smtp1.bethere.co.uk down
    ... but I can't understand anyone filtering icmp. ... If you find yourself totally unable to telnet smtp1.bethere.co.uk on port ... 221 woodbine.london.02.net QUIT ... Connection closed by foreign host. ...
    (uk.telecom.broadband)
  • Re: Send e-mail
    ... learn how to talk to an SMTP server over ... > maybe even using a shell script and telnet. ... but do not expect an immediate reply because I will have to clean up a ... then you could also have some Perl module for doing the same thing ...
    (comp.os.linux.development.apps)