Rockman-Industries/Mail-Migration: Difference between revisions
Appearance
Created page with " == Migration At Server Level == As Migration Tool of Zimbra 8 is not Working Properly We have done the Migration With the Help Of the Script Using Imapsync /usr/bin/imaps..." |
No edit summary |
||
| Line 1: | Line 1: | ||
[[category:Rockman Industries]] | |||
== Migration At Server Level == | == Migration At Server Level == | ||
| Line 5: | Line 6: | ||
/usr/bin/imapsync --allowsizemismatch --timeout 60 --host1 192.200.198.235 --user1 rsharma@rockmanindustries.com --password1 rania123 --host2 192.200.198.236 \ | /usr/bin/imapsync --allowsizemismatch --timeout 60 --host1 192.200.198.235 --user1 rsharma@rockmanindustries.com --password1 rania123 --host2 192.200.198.236 \ | ||
--user2 rsharma@ | --user2 rsharma@rockmiesanindustries.com --password2 asd1234f --noauthmd5 --nosyncacls --subscribe_all --syncinternaldates --regextrans2 's/Inbox/INBOX/' \ | ||
--regextrans2 's,\\,/,g' --regextrans2 's,//,++,g' --skipheader '^X-|^Received|^Content-|^Subject|^References|^Mime|^Cc' --fast --skipsize | --regextrans2 's,\\,/,g' --regextrans2 's,//,++,g' --skipheader '^X-|^Received|^Content-|^Subject|^References|^Mime|^Cc' --fast --skipsize | ||
Revision as of 14:06, 18 October 2013
Migration At Server Level
As Migration Tool of Zimbra 8 is not Working Properly We have done the Migration With the Help Of the Script Using Imapsync
/usr/bin/imapsync --allowsizemismatch --timeout 60 --host1 192.200.198.235 --user1 rsharma@rockmanindustries.com --password1 rania123 --host2 192.200.198.236 \ --user2 rsharma@rockmiesanindustries.com --password2 asd1234f --noauthmd5 --nosyncacls --subscribe_all --syncinternaldates --regextrans2 's/Inbox/INBOX/' \ --regextrans2 's,\\,/,g' --regextrans2 's,//,++,g' --skipheader '^X-|^Received|^Content-|^Subject|^References|^Mime|^Cc' --fast --skipsize
The Above will migrate the mail from Lotus to Zimbra with all the respective folders, the Additional in this script was converting converting \ Inbox to INBOX cause normal imapsync shows the error of duplicating Inbox, this is what happen on the mailserver but normal imapsync working \ perfectly okay from remote server.