In this guide, we'll explore the process of migrating from Office 365 to cPanel.
To begin, gather the following details:
-
Office 365 mail account, username, and password.
-
cPanel mail user account and password.
If you don't have the imapsync tool, install it using the command:
sudo yum install imapsync
Initiate the migration process from Office 365 to cPanel within the terminal using the specified command.
Note: Run the command on the cPanel server.
imapsync --host1 outlook.office365.com --port1 993 --ssl1 --user1 nusrat@thatisfun.in --passfile1 /etc/secret1 --host2 eternity.herosite.pro --port2 993 --ssl2 --user2 nusratr@thatisfun.in --passfile2 /etc/secret2
imapsync –host1 outlook.office365.com –port1 993 –ssl1 –user1 nusrat@thatisfun.in –passfile1 /home/shnikarts/pass1 – Save your gmail account password in this file –host2 eternity.herosite.pro –port2 993 –ssl2 –user2 nusrat@thatisfun.in –passfile2 /home/shnikarts/pass2
Next, replace the Office 365 email with the cPanel username.
Here, substitute "shnikarts" with the account username.
/home/shnikarts/pass1 – Save your gmail account password in this file
/home/shnikarts/pass2 –Save your cpanel account password in this file
This is the process for migrating Office 365 email to a cPanel server.