Besides the error noted on the other thread... Here are some more issues I noticed when doing configure for postgres.
Michael - thanks for your helpful pages http://www.pipeline.com.au/staff/mbowe/isp/vpopmail-postgresql.htm Some items here may belong on it...
--------------------------------------------------------------------- Using --enable-postgres=y was not recognized and defaulted to use cdb (Is this still supported/supposed to work?)
Using --enable-auth-module=pgsql worked.
--------------------------------------------------------------------- I think it was necessary to create a vpopmail user in postgres: [EMAIL PROTECTED]: pgsql createuser vpopmail Shall the new user be allowed to create databases? (y/n) n Shall the new user be allowed to create more new users? (y/n) n CREATE USER
---------------------------------------------------------------------
Finally... using the vconvert failed on a fresh db until I got vpopmail to create the tables by adding a new vpopmail domain. Once the new domain had been created, vconvert then got the data into the tables (despite the error reported in the other thread).
-jason