> I would like to create an account [EMAIL PROTECTED] to
> receive its emails

> while authentificating, I would like the client only to send "user"
> as username... and its email ([EMAIL PROTECTED])

POP3 has two commands: USER and PASS.  What is passed to each in your plan?
Please be specific:

  $ telnet localhost pop3
  +OK mail.devtech.com POP3 server (JAMES POP3 Server 2.2.0a-dev) ready
  USER <what goes here>
  +OK
  PASS <what goes here>

> is there a way to do this ?

I haven't figured out what you want, but it is all 1's and 0's.  You can
always make changes.

        --- Noel


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to