• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Problem with Migration from cpanel

E

elproducto

Guest
I migrated from cpanel 10 to plesk 7.5.4, when i checked the emails my inbox was empty. The old emails where listed in a subfolder called inbox. I wanted to know if there is a way to fix this without having to login into each an every mailbox on the server and manually moving the emails. thanks for your attention to this matter.
 
I suppose this may be done by a simple shell script such as :

for i in /var/qmail/mailnames/*/*/Maildir;
do
mv $i/cur/inbox/* $i/cur/;
done

But I'm not sure that I understood the problem right. Do you have IMAP or POP3 mailbox? Is there a subfolder 'inbox' in Maildir/cur/?

What was the type of mailbox on cPanel host? Mailbox/Maildir, POP3/IMAP?

Have you contacted Plesk support? They should resolve such issues...
 
Back
Top