Consider this scenario: a new hosting customer wants to migrate their mailboxes from their old host to cPanel. However they've either been using an IMAP client or they've been using webmail. They have many folders set up in their mailbox. How can they do the transfer? In short, cPanel offers no support at pres
There appear to be solutions on the web for migrating IMAP mailboxes so I know it's possible. Please implement this in cPanel so that customers can click 'Transfer my mailbox from a different provider' during the mailbox creation process.
I recently encountered this problem. Actually it's been an issue ever since I became a web host 10 years ago but in this instance it wasn't an option to say "You'll lose all but your inbox." In the end, what worked was for me to create two Outlook accounts, one to connect to my customer's old mailbox and one to connect to his new cPanel mailbox. I then had to download & transfer the mail folder-by-folder. In my case I only had to migrate 1 mailbox and the person had only a handful of folders with no nesting, so it was just about manageable. That said, it still wasted a lot of time.
FYI I looked online for solutions. They exist but:
a) they require installation of other software (e.g. Perl) before you can use them
b) they suffer from mail size limit - any message over about 7MB can't be transferred
c) they require payment - given that I've paid for cPanel I expect this kind of functionality to come as standard.
I've created this post on the recommendation of cPanel support staff following a support ticket I posted. It would be great to get this supported.
If you're a WHM/cPanel user and this has been a problem for you, please add a "Me Too" post. Your 'votes' will help escalate this request.
Finally, thanks to cPanel for an otherwise good product and awesome support.
Cheers,
Paul.
Original thread and comments can be reviewed at: http://forums.cpanel.net/f145/migrate-imap-mailbox-cpanel-250602.html
+1 for this feature :) (haven't had any votes left for over a month now :( )
+1 for this feature :) (haven't had any votes left for over a month now :( )
http://imapsync.lamiral.info would be a perfect tool for this, too bad there isnt something emplimented into the CP
http://imapsync.lamiral.info would be a perfect tool for this, too bad there isnt something emplimented into the CP
When I started using cpanel I had the same issue, I wound up having to use http://imapsync.lamiral.info
It worked great but I agree it would be nice if there was an option to have this tool built in with a gui of sorts.
When I started using cpanel I had the same issue, I wound up having to use http://imapsync.lamiral.info
It worked great but I agree it would be nice if there was an option to have this tool built in with a gui of sorts.
Absolutely agree.
Having a GUI tool in cPanel (or WHM) to handle a complete migration from another service (whether it be another Linux-based IMAP/POP3 server, Google Apps, Office 365 - anything that speaks IMAP/POP3) AND have it handle the migration in the background (along with either complete migration or selective folders) would be superb.
If the source service offers the ability to export email addresses and passwords in, say, CSV format which could be imported into cPanel as part of the migration, that would be handy too. Would save the cPanel or WHM administrator having to manually create email accounts and setting up passwords. Avoids errors too.
Absolutely agree.
Having a GUI tool in cPanel (or WHM) to handle a complete migration from another service (whether it be another Linux-based IMAP/POP3 server, Google Apps, Office 365 - anything that speaks IMAP/POP3) AND have it handle the migration in the background (along with either complete migration or selective folders) would be superb.
If the source service offers the ability to export email addresses and passwords in, say, CSV format which could be imported into cPanel as part of the migration, that would be handy too. Would save the cPanel or WHM administrator having to manually create email accounts and setting up passwords. Avoids errors too.
This is actually why I host my client's emails on OpenSRS mail services. It adds a small amount to my hosting fees, but it has a really great power user tool where you can input a user's email address, password and click import. Those actually are bulk import tools so that you can actually import many accounts at the same time. It goes through all the trouble and the only thing you have to do next is to change the MX records of the domain to point to OpenSRS. It also has the advantage to distribute the server load of email receiving and sending (which can weirdly be a lot) and saving the disk space of that as well.
Having this built-in directly in WHM would make me consider not to use OpenSRS though. That's a big hassle that seems doable since some tools exist and since OpenSRS did it. I would even consider paying a whole new server with another installation of WHM only to host my emails if that tool existed!
If the two servers are CPanel based, they could even handshake over the API and work with that to make the transfer.
This is actually why I host my client's emails on OpenSRS mail services. It adds a small amount to my hosting fees, but it has a really great power user tool where you can input a user's email address, password and click import. Those actually are bulk import tools so that you can actually import many accounts at the same time. It goes through all the trouble and the only thing you have to do next is to change the MX records of the domain to point to OpenSRS. It also has the advantage to distribute the server load of email receiving and sending (which can weirdly be a lot) and saving the disk space of that as well.
Having this built-in directly in WHM would make me consider not to use OpenSRS though. That's a big hassle that seems doable since some tools exist and since OpenSRS did it. I would even consider paying a whole new server with another installation of WHM only to host my emails if that tool existed!
If the two servers are CPanel based, they could even handshake over the API and work with that to make the transfer.
I've been using imapsync for years, but it would be great to include a feature like this via cPanel for users to use and via WHM for mass import.
We have a server with SmarterMail that also has this option when the customer first logins at his e-mail account.
Horde Webmail had a feature called "Fetch Mail", but it seems to have been discontinued.
http://wiki.horde.org/FAQ/User/IMP?referrer=FAQ%%2FUser#toc23
I've been using imapsync for years, but it would be great to include a feature like this via cPanel for users to use and via WHM for mass import.
We have a server with SmarterMail that also has this option when the customer first logins at his e-mail account.
Horde Webmail had a feature called "Fetch Mail", but it seems to have been discontinued.
http://wiki.horde.org/FAQ/User/IMP?referrer=FAQ%%2FUser#toc23
Would definitely be useful, if it could be done well. Particularly because of subfolders.
Would definitely be useful, if it could be done well. Particularly because of subfolders.
This should be a top priority. Would save a lot of time and headaches.
This should be a top priority. Would save a lot of time and headaches.
We currently do this manually for customers :
We tell our customers they have to provide us bot new and old passwords.
We install a debian VPS, apt-get install imapsync, add our config file and run the sync then delete the VPS.
A simple interface that only allows to sync external imap e-mail accounts to local e-mail accounts would mean we didn't have to do this ourselves manually and that we wouldn't need the customers new password.
E-mail users should be able to do this for their account from inside the Webmail interface.
cPanel users should be able to do this from their cPanel account
WHM root user and resellers should be able to do this without logging into the client's account.
The most important implemention for us would be in the cPanel user's account, the webmail and WHM implementation could come later if it helps speed up the release date.
We currently do this manually for customers :
We tell our customers they have to provide us bot new and old passwords.
We install a debian VPS, apt-get install imapsync, add our config file and run the sync then delete the VPS.
A simple interface that only allows to sync external imap e-mail accounts to local e-mail accounts would mean we didn't have to do this ourselves manually and that we wouldn't need the customers new password.
E-mail users should be able to do this for their account from inside the Webmail interface.
cPanel users should be able to do this from their cPanel account
WHM root user and resellers should be able to do this without logging into the client's account.
The most important implemention for us would be in the cPanel user's account, the webmail and WHM implementation could come later if it helps speed up the release date.
Me too
Me too
If you have root access on both servers, you no need imapsync feature.
Just compact messages on old server, and extract it on new server.
If you extract it through cPanel File Manager, you need no change files permissions.
Keep in mind the MTA used. Migrate dovecot to dovecot (courier to courier) is simple. Migrate courier to dovecot (or dovecot to courier), you will need to check subscribe folders.
BUT, it's a nice idea!
If you have root access on both servers, you no need imapsync feature.
Just compact messages on old server, and extract it on new server.
If you extract it through cPanel File Manager, you need no change files permissions.
Keep in mind the MTA used. Migrate dovecot to dovecot (courier to courier) is simple. Migrate courier to dovecot (or dovecot to courier), you will need to check subscribe folders.
BUT, it's a nice idea!
Very usefull, especially as a hoster it would be nice to have this as a service. It lowers the bar to migrate to your hosting because a big worry of customers is loosing their email. If users can do this themselves OR we could do it for them as a service it would be awesome!
Very usefull, especially as a hoster it would be nice to have this as a service. It lowers the bar to migrate to your hosting because a big worry of customers is loosing their email. If users can do this themselves OR we could do it for them as a service it would be awesome!
I couldn't agree more, this would be very useful!
I couldn't agree more, this would be very useful!
+1 for http://imapsync.lamiral.info -- have been using this successfully for quite a while. Obviously I'd prefer to have something built into WHM to help with these migrations.
+1 for http://imapsync.lamiral.info -- have been using this successfully for quite a while. Obviously I'd prefer to have something built into WHM to help with these migrations.
I recently lose the oportunity to transfer in a customer with 580 email accounts, and all of them being worked via webmail. Having this feature within cPanel would be absolutely great!
I recently lose the oportunity to transfer in a customer with 580 email accounts, and all of them being worked via webmail. Having this feature within cPanel would be absolutely great!
For that size of customer, why not setup a small debian vps and install imapcopy and then use it to copy the e-mails accross ? That's what we do while waiting for this feature to be accepted…
For that size of customer, why not setup a small debian vps and install imapcopy and then use it to copy the e-mails accross ? That's what we do while waiting for this feature to be accepted…
Yeah, this is a real problem. I find this issue too.
cP team should implement something built in for this, maybe based on imapsync, however cP team should be very careful because I've seen a lot of different IMAP servers that deal with folders in very different ways. The folder hierarchy scheme is typically defined by a separator that can change from system to system, cP team should have this in consideration, otherwise migrations will fail.
Yeah, this is a real problem. I find this issue too.
cP team should implement something built in for this, maybe based on imapsync, however cP team should be very careful because I've seen a lot of different IMAP servers that deal with folders in very different ways. The folder hierarchy scheme is typically defined by a separator that can change from system to system, cP team should have this in consideration, otherwise migrations will fail.
would be very good to have this feature as most clients are now using IMAP. an import function during email creation would be ideal.
would be very good to have this feature as most clients are now using IMAP. an import function during email creation would be ideal.
Yes. cPanel should definitely put some efforts on deploying this feature. Some days ago I had to transfer in an account with 380 email accounts weighing almost 30 GB from a server with such a bad connection than the backup process was unable to do a transfer, and the imapcopy script failed several times. Fortunately I found the free imapcopy service by OVH. Otherwise it would be an impossible task.
So, cPanel guys, please put this feature within the planned ones. We need this.
Yes. cPanel should definitely put some efforts on deploying this feature. Some days ago I had to transfer in an account with 380 email accounts weighing almost 30 GB from a server with such a bad connection than the backup process was unable to do a transfer, and the imapcopy script failed several times. Fortunately I found the free imapcopy service by OVH. Otherwise it would be an impossible task.
So, cPanel guys, please put this feature within the planned ones. We need this.
Hello,
Also email account backup and restore to be added to backup wizard as this is important same as mysql backup and restore, If single user lost email messages from single account then how to restore it without full cPanel account restore.
Email users should be able to backup their accounts and restore it any time from the webmail interface, I think this feature related to the subject here and sorry it others think it's not.
Regards.
Hello,
Also email account backup and restore to be added to backup wizard as this is important same as mysql backup and restore, If single user lost email messages from single account then how to restore it without full cPanel account restore.
Email users should be able to backup their accounts and restore it any time from the webmail interface, I think this feature related to the subject here and sorry it others think it's not.
Regards.
I have come across this in the past and have had to use tools like imapsync, but would really be easier if it was 'built in'.
I have come across this in the past and have had to use tools like imapsync, but would really be easier if it was 'built in'.
Even when using the built in transfer tool there can still be some e-mails ending up on the old server (bounce when using express?) and it would be great to have the option to copy these e-mails from the old server to the new one as well...so basically a re-sync of missing items.
Even when using the built in transfer tool there can still be some e-mails ending up on the old server (bounce when using express?) and it would be great to have the option to copy these e-mails from the old server to the new one as well...so basically a re-sync of missing items.
@Mark - You ask about "re-sync". That should already work: If you do the transfer *again* from a remote server to your new server, it only copies new or changed files over (it uses rsync). That should pickup the new emails that came in (if you are using maildir). If you are using mdbox, it would likely not work as well though.
@Mark - You ask about "re-sync". That should already work: If you do the transfer *again* from a remote server to your new server, it only copies new or changed files over (it uses rsync). That should pickup the new emails that came in (if you are using maildir). If you are using mdbox, it would likely not work as well though.
This would be fantastic! Does anybody know if this is in the works?
This would be fantastic! Does anybody know if this is in the works?
This would be great to see this feature added to Cpanel. It would help build more Cpanel usage and popularity making it easier for users to migrate from different hosting platforms. Voted!
This would be great to see this feature added to Cpanel. It would help build more Cpanel usage and popularity making it easier for users to migrate from different hosting platforms. Voted!
Would be great to have this feature added to CPanel.
Migrating mails can be a pain for Resellers and Shared Host.
Would be great to have this feature added to CPanel.
Migrating mails can be a pain for Resellers and Shared Host.
I haven't used it yet, but this command line utility is installed in my cPanel server (by default, I think):
http://wiki2.dovecot.org/Tools/Doveadm/Sync
I haven't used it yet, but this command line utility is installed in my cPanel server (by default, I think):
http://wiki2.dovecot.org/Tools/Doveadm/Sync
I've posted a tutorial on how to install and use IMAPSync to move IMAP mailboxes from server to server. See: https://forums.cpanel.net/threads/how-to-using-imapsync-to-transfer-mail-from-server-to-server.596231/
I'd love for cPanel to have such a tool available... but, until then, the imapsync command line tool is what we use to get the job done.
Hope this helps -- Scott
I've posted a tutorial on how to install and use IMAPSync to move IMAP mailboxes from server to server. See: https://forums.cpanel.net/threads/how-to-using-imapsync-to-transfer-mail-from-server-to-server.596231/
I'd love for cPanel to have such a tool available... but, until then, the imapsync command line tool is what we use to get the job done.
Hope this helps -- Scott
Thanks a lot Scott. Last night I readed a lot about it and purchased a license and will test it today or tomorrow using the Windows exe with the file.txt bulk method :-)
Thanks a lot Scott. Last night I readed a lot about it and purchased a license and will test it today or tomorrow using the Windows exe with the file.txt bulk method :-)
I think this is essential now. With IMAP being the standard format for mail, moving large accounts around is no fun at all. There are some very good services out there, but they cost money. Office365 and Gmail offer this to clients, meaning cPanel hosts are at a disadvantage. We bring a lot of new clients across, but the mail issue is becoming a real time consumer, especially when they have 30 gig mail boxes.
I think this is essential now. With IMAP being the standard format for mail, moving large accounts around is no fun at all. There are some very good services out there, but they cost money. Office365 and Gmail offer this to clients, meaning cPanel hosts are at a disadvantage. We bring a lot of new clients across, but the mail issue is becoming a real time consumer, especially when they have 30 gig mail boxes.
I also think this is a must ( 4 years after this thread was opened apparently ).
There are two many bad panels out there , and in more than one case , this was the only reason why a client ( and also myself ) did not move to cPanel - the fear of losing mails that can not be directly accesses or on server without root ...
In my case , I can count at least 30 client domains that are not on cPanel / WHM just because of that exact reason - old mails and legacy mails , and the difficulty / fear to migrate them or loose them .
I also think this is a must ( 4 years after this thread was opened apparently ).
There are two many bad panels out there , and in more than one case , this was the only reason why a client ( and also myself ) did not move to cPanel - the fear of losing mails that can not be directly accesses or on server without root ...
In my case , I can count at least 30 client domains that are not on cPanel / WHM just because of that exact reason - old mails and legacy mails , and the difficulty / fear to migrate them or loose them .
As much as I want this done, not-moving email because you're afraid just means you don't know what you're doing. It's straightforward. It's just extremely time-consuming, and able to be automated with cPanel. I'm myself currently putting off a number of domains worth of email transfers just because I don't have time to deal with it at the moment.
Please give this a look, guys -- it would help a lot of us. Particularly with full support for creating/replicating existing folder structure from the old mailbox to the new mailbox.
As much as I want this done, not-moving email because you're afraid just means you don't know what you're doing. It's straightforward. It's just extremely time-consuming, and able to be automated with cPanel. I'm myself currently putting off a number of domains worth of email transfers just because I don't have time to deal with it at the moment.
Please give this a look, guys -- it would help a lot of us. Particularly with full support for creating/replicating existing folder structure from the old mailbox to the new mailbox.
Gets my vote. It's not a complicated job but boy is it time consuming.
Gets my vote. It's not a complicated job but boy is it time consuming.
As Ryno Van Wyk mentioned, I tried it myself. It'll be great to have such functionality directly from cPanel. It is pretty straightforward. They're using a Perl tools pop2imap (GPL License) to achieve it. pop2imap is a tool for facilitating incremental POP to IMAP transfers from one mailbox to another. It is useful for mailbox migration and reduces the amount of data transferred by only copying messages that are not present on both servers. The process can be stopped and resumed. The original messages can optionally be deleted after a successful transfer.
The same can be used by Cpanel : http://freshmeat.sourceforge.net/projects/pop2imap
It'll make life way easier when 100s of accounts need to be migrated from 3rd party mail provider to cPanel.
As Ryno Van Wyk mentioned, I tried it myself. It'll be great to have such functionality directly from cPanel. It is pretty straightforward. They're using a Perl tools pop2imap (GPL License) to achieve it. pop2imap is a tool for facilitating incremental POP to IMAP transfers from one mailbox to another. It is useful for mailbox migration and reduces the amount of data transferred by only copying messages that are not present on both servers. The process can be stopped and resumed. The original messages can optionally be deleted after a successful transfer.
The same can be used by Cpanel : http://freshmeat.sourceforge.net/projects/pop2imap
It'll make life way easier when 100s of accounts need to be migrated from 3rd party mail provider to cPanel.
We are currently looking into creating this feature. More to come soon!
Koree A. Smith
Product Owner
cPanel, LLC
We are currently looking into creating this feature. More to come soon!
Koree A. Smith
Product Owner
cPanel, LLC
Replies have been locked on this page!