[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Checking Mail
- Subject: Re: [cobalt-users] Checking Mail
- From: "Richard Abrams" <richard@xxxxxxxxxxxxxx>
- Date: Tue Mar 12 21:43:22 2002
- Organization: Artejano Design and Marketing
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> 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?
>
> Have a customer who says he can't receive mail...
>
> Thanks
> Thom
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>
The system will then list any messages for ya.
QUIT <ENTER> logs you off and disconnects!
Good luck.