Greg Kopp wrote:
> 
> I want to migrate my domains from cdb to mysql authentication.
> 
> I compiled vpopmail 4.8.7 with:
> 
> ./configure \
> --enable-roaming-users=y \
> --enable-tcpserver-file=/etc/tcp.smtp \
> --enable-relay-clear-minutes=30 \
> --enable-logging=y \
> --enable-hardquota=15000000 \
> --enable-mysql=y \
> --enable-sqlincdir=/usr/include/mysql \
> --enable-sqllibdir=/usr/lib/mysql
> 
> I changed vmysql.h to use "domains" as the default database, and I left
> "vpopmail" as the default table name.
> 
> Once installed, I can't check my mail on any cdb domain.
> 
> Where did I go wrong?

You'll need to convert your vpasswd files into mysql. Use the 
following command:

./vconvert -c -s

That will convert every virtual domain. I recommend moving
one domain and testing it.

./vconvert -c -s domainname

Ken

Reply via email to