Jerome Macaranas wrote:
> 
> How can I convert cdb files to db of mysql

1. in vpopmail source code directory:
   make distclean

2. reconfigure vpopmail with --enable-mysql=y 

Here is my configure line:
./configure --enable-roaming-users=y --enable-hardquota=n \
--enable-mysql=y

3. Set mysql authentication information
   edit vmysql.h and change user, password and mysql host info

4. Make it
   make

5. convert using the vconvert program

  ./vconvert -c -s domainname

where domainname = the domain you want to convert.
It can also convert everything in one shot if you
leave off the domainname. But I recommend you convert
one and see if it blows up ;]

6. Stop qmail (safe)

7. Install new vpopmail
   make install-strip

8. Start qmail up again

9. Test authentication and mail delivery.
   If authentication works with pop, it will work 
   for delivery.

Done ;]

Ken Jones

Reply via email to