• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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