• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • Our UX team believes in the in the power of direct feedback and would like to invite you to participate in interviews, tests, and surveys.
    To stay in the loop and never miss an opportunity to share your thoughts, please subscribe to our UX research program. If you were previously part of the Plesk UX research program, please re-subscribe to continue receiving our invitations.
  • 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.

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 [email protected] -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