On Thu, 2008-05-22 at 09:36 -0400, Curtis Maurand wrote: > OK, I did something wrong. > > from the server where the upgrade was to go. > I did: > mysqladmin -p<password> create dbmail > mysqldump -p<password> -h old.server.com --database dbmail >dbmail.dump > mysql -p<password> dbmail <dbmail.dump > mysql -p<password> dbmail <migrate_from_2.0_to_2.2.sql > dbmail-util -ay (I think this might have been the screw up) > > Now all headers when connecting with any imap client are blank (no from, > no subject). > > Do I need to do the import over again?
From memory, I think you need to run dbmail-util -by after an upgrade, to populate header cache tables and the like. You use -ay for daily/periodic maintenance. -- Jesse Norell Kentec Communications, Inc. [EMAIL PROTECTED] _______________________________________________ DBmail mailing list [email protected] https://mailman.fastxs.nl/mailman/listinfo/dbmail
