Networking Forums

Networking Forums > Computer Networking > Linux Networking > telnet to pop3

Reply
Thread Tools Display Modes

telnet to pop3

 
 
* Tong *
Guest
Posts: n/a

 
      10-15-2003, 04:05 PM
Hi,

My ISP fails to give me a right answer to which is my POP3 server. I've
been kept trying with different suggestions/combinations. So I'm wondering
if,

is it possible to telnet to a pop3 server? I mean as relatively easy as
telent into a smtp server, just to try out if it works and my user
name/password is correct?

Thanks

--
Tong (remove underscore(s) to reply)
*niX Power Tools Project: http://xpt.sourceforge.net/
- All free contribution & collection
 
Reply With Quote
 
 
 
 
redhat_devel
Guest
Posts: n/a

 
      10-15-2003, 04:20 PM


* Tong * wrote:
> Hi,
>
> My ISP fails to give me a right answer to which is my POP3 server. I've
> been kept trying with different suggestions/combinations. So I'm wondering
> if,
>
> is it possible to telnet to a pop3 server? I mean as relatively easy as
> telent into a smtp server, just to try out if it works and my user
> name/password is correct?
>
> Thanks
>


yes;

I think the syntax is as follows:

telnet <ip> pop3

USER <user>
PASS <password>

LIST <show messages>
DELE <delete message # x>

QUIT ends session.


 
Reply With Quote
 
Peteris Krumins
Guest
Posts: n/a

 
      10-15-2003, 04:43 PM
* Tong * <(E-Mail Removed)> wrote in
news:(E-Mail Removed) s.com:

> Hi,
>
> My ISP fails to give me a right answer to which is my POP3 server.
> I've been kept trying with different suggestions/combinations. So I'm
> wondering if,
>
> is it possible to telnet to a pop3 server? I mean as relatively easy
> as telent into a smtp server, just to try out if it works and my user
> name/password is correct?
>


telnet server.with.pop3 110
-> USER login
-> PASS password


P.Krumins
 
Reply With Quote
 
Alan Connor
Guest
Posts: n/a

 
      10-15-2003, 04:59 PM
On Wed, 15 Oct 2003 16:20:03 GMT, redhat_devel <(E-Mail Removed)> wrote:
>
>
>
>
> * Tong * wrote:
>> Hi,
>>
>> My ISP fails to give me a right answer to which is my POP3 server. I've
>> been kept trying with different suggestions/combinations. So I'm wondering
>> if,
>>
>> is it possible to telnet to a pop3 server? I mean as relatively easy as
>> telent into a smtp server, just to try out if it works and my user
>> name/password is correct?
>>
>> Thanks
>>

>
> yes;
>
> I think the syntax is as follows:
>
> telnet <ip> pop3

Or telnet pop.isp.suffix 110 if you don't know the IP, which seem to
be dynamic with major ISPs.
>
> USER <user>
> PASS <password>
>
> LIST <show messages>
> DELE <delete message # x>
>
> QUIT ends session.
>
>


Also the RETR # command to bring down the mails, and TOP # # , with
the first number being message number and the second being the number of
lines of the body of the message you want to bring down with the headers,
0 for none.


Alan C


 
Reply With Quote
 
Peter T. Breuer
Guest
Posts: n/a

 
      10-15-2003, 05:07 PM
* Tong * <(E-Mail Removed)> wrote:
> is it possible to telnet to a pop3 server? I mean as relatively easy as
> telent into a smtp server, just to try out if it works and my user


Yes. You can telnet anywhere. But a pop server is an ascii protocol
user, if that is what you mean.

> name/password is correct?


DESCRIPTION
The popd server implements the Post Office Protocol (ver
sion 3), as described in RFC1081 and RFC1082. Basically,
the server listens on the TCP port named "pop" for connec
tions and enters the POP upon establishing a connection.
The `-p' option overrides the default TCP port.

google.


Peter
 
Reply With Quote
 
* Tong *
Guest
Posts: n/a

 
      10-15-2003, 10:05 PM
THanks alot, redhat_devel and Alan.

The example really helps!


--
Tong (remove underscore(s) to reply)
*niX Power Tools Project: http://xpt.sourceforge.net/
- All free contribution & collection
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Slow telnet/pop3 connection Mark Olbert Linux Networking 8 04-30-2008 04:01 AM
Enable root access to telnet with krb5-telnet Phoe6 Linux Networking 2 06-08-2007 11:00 AM
POP3 Medo_in_Egypt Windows Networking 2 04-06-2006 03:38 AM
POP3 Dan N Linux Networking 15 12-02-2005 06:59 AM
pop3 bt Pete Broadband 0 07-07-2003 06:16 PM



1 2 3 4 5 6 7 8 9 10 11