• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Resolved Migrate cpanel user emails in to plesk

seqoi

Regular Pleskian
Hi there!

Is it possible to migrate cpanel user emails in to plesk? I don't want to use migration tool since i heard horror stories about it.

I am asking is it possible to migrate cpanel email inbox folders (cur) in to plesk? Will copying files simply work? I just want that user have same emails in plesk after migration like he had before in cpanel.

And then is it possible to migrate user password (not that important but i would like to know)
 
Can i just simply copy content from cpanel to pleskserver /var/qmail/mailnames/mydomainname/accountname/Maildir - because that path is holding same folder structure as on cPanel. Like isaid password is not important i will generate new i just want inbox emails to "appear" there
 
You need to create the mailboxes within Plesk: either through the panel, or on the command line. Otherwise Plesk won't know about the email addresses and you won't be able to manage them through the Plesk panel.

What I'd normally do is add all of the email addresses - using the command line if there are a lot of them, so I can do it with a basic script - then use something like https://imapsync.lamiral.info/


If you're on Linux, use a command like this to add a mailbox, before the copy.

/usr/local/psa/bin/mail -c someone@somewhere.net -mailbox true -passwd A-Password
 
Thanks for your input. Sorry for me not being clear. I already set up email accounts in Plesk prior to asking here. Everything is ready. I just want to know am i able to copy some of the files from CPanel mail folder to newly created folders in /var/qmail/mailnames/mydomainname/accountname/Maildir and will then old emails "appear" in Plesk inboxes of particular user?

I just checked your script. My users in this case use only POP type for their emails. This is for IMAP. There is a difference right.
 
If your users are using POP, then they'll have all their messages locally, presumably, and may not need messages transferred between the servers.

But if you do need to transfer messages between the servers, whether the end users use POP or IMAP isn't really relevant: you can still use that IMAP tool to transfer them
 
Hello. Thanks for help.

Well i simply solved my problem by copying content from CUR folder from cpanel in to PLESK and everything was fine.

Thanks anyway.
 
Back
Top