
January 16th, 2004, 08:20 AM
|
|
Registered User
|
|
Join Date: Dec 2003
Location: India
Posts: 14
Time spent in forums: 1 h 5 m 14 sec
Reputation Power: 0
|
|
Qmail problem
Hello Everybody,
I am new to QMail. I have set up my mail server using QMail. It is working good.
Now I ve installed Vpopmail for virtual domains. I followed the procedure of VPopmail documentation. I ve created a Username called vpopmail and a Groupname called vchkpw. commands are as follows:
# groupadd -g 516 vchkpw
# useradd -g vchkpw -u 516 vpopmail
While installing the entry of
/etc/passwd should go to /var/qmail/users/assign . but when I'm checking /var/qmail/users/assign the vpopmail entry is not there but it is in /etc/passwd.
Then I issued the command /var/qmail/bin/qmail-pw2u </etc/passwd> /var/qmail/users/assign and then /var/qmail/bin/qmail-newu .which should take the entries of /etc/passwd to /var/qmail/users/assign. but actually it is not happening.
Please help me out of this situation.
Thanks in advance.
|