On Fri, Jun 04, 1999 at 12:57:38AM +0000, Paul Gregg wrote:
> Essentially I'm thinking of enabling the user to login via POP3 as
> '[EMAIL PROTECTED]' with their normal password. (I've written the
> checkpasswd so it's easy to authenticate ok).

Slightly off topic:
I know of (at least) one eMail client which assumes
    user@host
is
    connect(host, pop3)
    USER user

So you should probably also be prepared to handle
    user%domain@host
which should result in
    connect(host, pop3)
    USER user%domain

        \Maex

-- 
SpaceNet GmbH             |   http://www.Space.Net/   | Yeah, yo mama dresses
Research & Development    | mailto:[EMAIL PROTECTED] | you funny and you need
Joseph-Dollinger-Bogen 14 |  Tel: +49 (89) 32356-0    | a mouse to delete files
D-80807 Muenchen          |  Fax: +49 (89) 32356-299  |

Reply via email to