Hi,
I’m tying to migrate my mailserver (postfix, postfixadmin, dovecot, roundcube, …) to mailcow.
I configured and started the container-stack, and everything in the gui seems to work. I did not create anything.
I dumped the database and imported the backup into another mariadb-server. I also imported a backup of the postfixadmin-database to that server. Then I updated the mailcow-database with the postfixadmin data. On that server I inspected that database and as far as I can see all is OK. So I dumped that database and restored it to the mailcow-database.
When I use the gui to administer mailcow, I have a problem. When I go to email/mailboxes, there is a message Please wait
, but that runs forever.
But when I go to Aliasses/Aliasses, I see all the aliasses I got with postfixadmin. So that part is OK.
Any idea what’s wrong with the “mailboxes” ?
FWIW, the passwords are md5-crypt, but AFAIK, that should be no problem.
Any logging that I can activate/look at ?
In the standard logs/api I can see I asked to see the mailboxes (/api/v1/get/mailbox/datatables?) but the result is nothing meaningfull to me.
TIA