> 
> >     A brief peek says "no", because then you have to worry about
> >     you user "[EMAIL PROTECTED]" where does his/her mail go ^_^;
> 
> I see no problem with this, the mailbox for this users may be:
> /var/mail/o/k/ok
> 

assuming when qpopper goes to retrieve mail for a user, you count the
length of the username..i.e:
        if (strlen(username)==2) {
                get /var/mail/u/s/user
        }
        else if (strlen(username)==3) {
                get /var/mail/u/s/e/user
        }

how else will it know how deep it has to go? since it's not a constant
anymore, given your example.

-Tony
.-._.-._.-._.-._.-._.-._.-._.-._.-._.-._.-._.-._.-._.-._.-._.-._.-._.-.
Anthony J. Biacco                       Network Administrator/Engineer
[EMAIL PROTECTED]       Intergrafix Internet Services

    "Dream as if you'll live forever, live as if you'll die today"
http://www.asteroid-b612.org                http://www.intergrafix.net
.-._.-._.-._.-._.-._.-._.-._.-._.-._.-._.-._.-._.-._.-._.-._.-._.-._.-.

Reply via email to