Imapsync migrating mail accounts
Hello guys, Today we are going to see how to migrate email accounts using imap sync. It’s very simple using imap sync but you need to know the mail account passwords.
Imapsync migrating mail accounts
1. Need to install imapsync if you don’t have the command.
yum install epel-release yum install imapsync
That’s all ….. 🙂
Now let’s see how to migrate the mail accounts from remote host to our server. you need following details
1. Remote server IP
2. Mail account’s password remote host
imapsync --host1 mail.domain.com --port1 993 --user1 jessie@yourdomain.com --password1 'xxxxxxxx' --ssl1 --host2 mail.domain.com --port2 993 --user2 jessie@yourdomain.com --ssl2 --password2 'xxxxxxxx'
Run the above command
Here
host1 = Remote server (source server) user1 = remote mail account password1= remote mail account's password host2 = destination server user2 = destination server mail account password2 = destination server mail account' password.
That’s all …. 🙂