Re: [vchkpw] group problem with vadduser

2008-12-21 Thread Zhan Li
How to instal vpopmail 1. CREATE DATABASE vpopmail; GRANT select,insert,update,delete,create,drop ON vpopmail.* TO *vpopmailus...@localhost IDENTIFIED BY '*vpoppasswd*'; 2, groupadd -g 89 vchkpw useradd -g vchkpw -u 89 -d /home/vpopmail vpopmail 3. cd vpopmail-5.4.9 mkdir ~vpopma

Re: [vchkpw] group problem with vadduser

2008-12-21 Thread LUIZ CARLOS GOMES AMERICO
2008/12/21 Zhan Li : > Try to change the both vchkpw's groupid and userid to 89. > > > On Sat, Dec 20, 2008 at 1:09 AM, marco ~ wrote: >> >> Hi, >> >> I have a problem with vadduser. >> >> When I used a new user with vadduser, the group isn't vchkpw, it's >> 504 (unknow group on my system) >> >>

Re: [vchkpw] group problem with vadduser

2008-12-21 Thread Remo Mattei
Usermod and groupmod will allow to change that with no break check the option out Remo Inviato da iPhone Il giorno 21/dic/08, alle ore 14:59, "marco ~" ha scritto: Try to change the both vchkpw's groupid and userid to 89. --> I must just edit the /etc/group file or recompile and re-ins

Re: [vchkpw] group problem with vadduser

2008-12-21 Thread Zhan Li
Try to change the both vchkpw's groupid and userid to 89. On Sat, Dec 20, 2008 at 1:09 AM, marco ~ wrote: > Hi, > > I have a problem with vadduser. > > When I used a new user with vadduser, the group isn't vchkpw, it's > 504 (unknow group on my system) > > I had reinstall vpopmail and everythi

Re: [vchkpw] group problem with vadduser

2008-12-21 Thread marco ~
Try to change the both vchkpw's groupid and userid to 89. --> I must just edit the /etc/group file or recompile and re-install vpopmail with the new id ? (the server is on production with more than 8000 email account, so I can't break the whole system) On Sun, Dec 21, 2008 at 10:55 PM, Zhan Li