I would suggest installing vpopmail from tarball, since most people here
have never used an rpm of vpopmail. You might want to ask the maintainer of
the vpopmail rpm you found about your specific questions. I know that the
uid/gid is explicitly stored in the executable for speed reasons, maybe that
is your problem? I don't really know.
Looking at that ls you posted, my guess would be you need to make your
vpopmail user uid 521 and your vchkpw gid 521.
But of course thats just a guess.
-----Original Message-----
From: Mate Wierdl [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 19, 2001 11:54 AM
To: [EMAIL PROTECTED]
Subject: Re: vpopmail
[Peter G. on the qmail list says:]
> 10-to-1 says `id -u vpopmail` returns 521
Do these outputs look OK to everybody:
# /home/vpopmail/bin/vadddomain a.b.c
Please enter password for postmaster:
enter password again:
# ls -ld ~vpopmail/domains/a.b.c/
drwx------ 3 521 521 4096 Feb 19 04:50
/home/vpopmail/domains/a.b.c//
# cat /var/qmail/users/assign
+a.b.c-:a.b.c:521:521:/home/vpopmail/domains/a.b.c:-::
.
# id -u vpopmail
505
I have
# rpm -q vpopmail
vpopmail-4.9.6-1
Thx
Mate