• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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