On Thursday 08 July 2004 01:30 am, Charles M. Gerungan wrote:
> Is there any available on how to move accounts from a mysql vpopmail
> installation to a non-mysql vpopmail installation?

Anyone maintaining docs.. please add this.

How to convert a vpopmail installation from mysql to cdb

a) go to your vpopmail source code directory.
Note: look at config.log to save your current options.

b) make sure vpopmail is configured / compiled for mysql
You can skip this step if you already have the source code compiled for mysql
make distclean
./configure --enable-auth-module=mysql
make

c) run vconvert to build the vpasswd clear text files
./vconvert -m -c

d) reconfigure vpopmail for cdb 
make distclean
./configure (with your additional options)
make

e) build the vpasswd.cdb files for all domains with this shell script
for i in `./vdominfo -n` ; do ./vmkpasswd $i; done

f) test 
./vuserinfo [EMAIL PROTECTED]

Success should display the user and all their informaion

g) install
make install-strip

Ken Jones

Reply via email to