On Sunday, November 30, 2003, at 08:15 PM, encrypt wrote:
I was thinking a way to migrate my old database, which doesnt use pw_clear_passwd, to a new vpopmail configuration, which does, so i can use vqadmin.
 
Any sugestion will be appreciated

Use the 'ALTER TABLE' command in MySQL to 'ADD COLUMN pw_clear_passwd char(16)'. Be sure to compile vpopmail with --enable-learn-passwords and --enable-clear-passwd so vpopmail can fill in that column the next time a user authenticates.

With CDB, you shouldn't have to do anything (if you're using 5.2.2, or something from the 5.3 series).

--
Tom Collins - [EMAIL PROTECTED]
QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/
Info on the Sniffter hand-held Network Tester: http://sniffter.com/

Reply via email to