[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Checking Mail



> 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.