[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Checking Mail
- Subject: Re: [cobalt-users] Checking Mail
- From: baltimoremd@xxxxxxxxxxxxxxx
- Date: Wed Mar 13 00:38:24 2002
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
On Wed, 13 Mar 2002, Richard Abrams wrote:
> > Is there anyway I can log into the RaQ as user joe to ascertain that he
> > is able to receive mail WITHOUT causing all his mail to be dowloaded and
> > removed from the server?
> Use Telnet/SSH to establish a RAW connection to port 110 of the server
> (POP3). Type the following...
>
> USER username <ENTER>
> PASS password <ENTER>
> LIST <ENTER>
Thanks a lot...works just fine.
Thom