I am trying to import my email configuration from one server to another and I'm having some problems. I've updated both servers to version to 3.2.1; when I run the import it says on the screen that it created all my mailboxes, forwards, etc etc... but when I go check no mailboxes were created. The domain is created, forwards are created... but no mailboxes. I can't seem to find a log anywhere to indicate what the problem could be...
I figured it out... turns out there were 2 fields in the mail_user table on the old server that were not on the new server... no error was being generated but the insert into the database was failing... adding the missing fields solved my issue.