
auryn at zirakzigil
Aug 13, 2008, 8:40 AM
Post #1 of 2
(600 views)
Permalink
|
|
Importing mailboxes from vpopmail
|
|
I'm trying to use these scripts: http://www.dbmail.org/dokuwiki/doku.php?id=migrating_from_qmail_vpopmail_sql (I don't know perl, I just read the code and try to grasp what's happening) I've copied the first script and put it in a file named vpopmailusers.sh When I run this script it aborts with the following error: DBD::mysql::st execute failed: Table 'vpopmail.<first_domain_name>' doesn't exist at ./vpopmailusers.sh line 66. It seems it tries to select data from tables which are named after each domain. But in vpopmail db all domains are in the 'vpopmail' table, under the 'pw_domain' domain. Of course this can't work... Either it's some old version of vpopmail or the script above is buggy, or I'm missing something... Thanks for any suggestion... _______________________________________________ DBmail mailing list DBmail[at]dbmail.org https://mailman.fastxs.nl/mailman/listinfo/dbmail
|