RE: Cannot creating user account with an in qmailadmin

2000-01-21 Thread Dave Kitabjian
It's probably simply a problem with the shell's special treatment of . I don't know how qmailadmin works, but we have a shell script for adding user accounts. In such cases, we have to call the command similar to: # create_user.sh f\b That is, we quote the character, and everything

Re: Cannot creating user account with an in qmailadmin

2000-01-20 Thread iv0
john wrote: Hi, I am trying to create user account in qmail using qmailadmin and I am unable to create a user for example fb. Why does this have so much restriction ? Can I create it? Regards John fb is not a valid user name. I think. Ken Jones

RE: Cannot creating user account with an in qmailadmin

2000-01-20 Thread Stephen Mills
Title: RE: Cannot creating user account with an in qmailadmin never used qmailadmin, just use the shell. to do this, create an alias like this : useradd fb passwd fb (set the passwd) echo [EMAIL PROTECTED] /var/qmail/alias/.qmail-fb get your user to check mail on fb account