• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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