DEV Community

MilesWeb
MilesWeb

Posted on

Steps to Migrate Office 365 Emails to cPanel

We will discuss the migration process from Office 365 to cPanel in this guide.

In order to begin, you will need the following information:

Username and password for Office 365 mail account.

Password and user account for cPanel mail.

You can install imapsync tool with the following command if you don't have it:

sudo yum install imapsync

Utilizing the command inside the terminal, you can begin migrating from Office 365 to cPanel.

Note: Run the command on cPanel server.

imapsync --host1 outlook.office365.com --port1 993 --ssl1 --user1 ruksar@thatisfun.in --passfile1 /etc/secret1 --host2 eternity.herosite.pro --port2 993 --ssl2 --user2 ruksar@thatisfun.in --passfile2 /etc/secret2

imapsync –host1 outlook.office365.com –port1 993 –ssl1 –user1 ruksar@thatisfun.in –passfile1 /home/shnikarts/pass1 – Store your gmail account password in this file –host2 eternity.herosite.pro –port2 993 –ssl2 –user2 ruksar@thatisfun.in –passfile2 /home/shnikarts/pass2

Replace the Office 365 email address with your cPanel username.

Replace shnikarts with the username of the account.

/home/shnikarts/pass1 – Store your gmail account password in this file

/home/shnikarts/pass2 – Store your cpanel account password in this file

In this tutorial, we shown you how to migrate your Office 365 email to your cPanel server. Just do it!

Top comments (0)