Looks like you just need to finish the command sequence.
The next command would be STAT which gives you two numbers, how many
messages are waiting, and how many bytes they are. Next, do a RETR 1 to
get the first message. DELE 1 will delete it.
Ryan
On Wed, 10 May 2000, Mark Lo wrote:
> Hi,
>
> I would like to know how to retrive mail from my a qmail server if
> my client is located in a remote machine. Will this be done
> automatically when they connected to my server at port 110 if my client
> is using netscape or IE. or Do I have to configure qmail to retrive
> mail to them automatically once they connected to me.
>
> Also, I have tried to "telnet 127.0.0.1 110", I am able to get in
> this time. then, i type the following commands:
>
> user mark
> ok -->response from my machine
> pass mark
> ok -->response from my machine
>
> Then nothing happened. Is this kind of reponse correct ?? if no, what
> is wrong ??
>
>
> Thank you
>
> Mark
>