• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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