I've tested converting over encrypted passwords from /etc/passwd
into vpasswd files. You can even use the vconvert program
vconvert -e -c domainname
will convert /etc/passwd users into domainname with cdb module
If you are using mysql you would either want -e -s or
-e -l ( -s = small site (default) -l = large site
(--enable-large-site=y))
I've tested this conversion program on Linux, Solaris and FreeBSD.
They all seemed to work with no problem.
Ken Jones
Alex Hathaway wrote:
>
> How is the encryption of vpasswd, password field done? It doesn't seem to
> use standard salts, and I would like to convert over my current userbased
> emails without re-asking client passwords ;)
>
> Heck, if there is a util for this already, even better! :)
>
> -Alex
>
> -----Original Message-----
> From: Bill Shupp [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, March 14, 2001 7:28 AM
> To: Wagner
> Cc: [EMAIL PROTECTED]
> Subject: Re: e-mail size
>
> on 3/14/01 9:07 AM, Wagner at [EMAIL PROTECTED] wrote:
>
> > Good Morning:
> >
> > Thanks Bill for your help, but i create the databyte file and it doesn't
> > work.
> >
> > See what i did:
> >
> > #cd /var/qmail/control
> > #touch databytes
> > I edited the databytes file and put 10000 inside, ok?
> > But i sent an 200K e-mail and received it ok.
>
> Did you restart qmail?
>
> -Bill