User Tools

Site Tools


internet:mail:moving_to_new_mailserver

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
internet:mail:moving_to_new_mailserver [2014/12/08 12:42]
gcooper
internet:mail:moving_to_new_mailserver [2021/01/14 21:12] (current)
gcooper
Line 1: Line 1:
 ====== Migrating to a New Mail Server ====== ====== Migrating to a New Mail Server ======
 +
 +===== From Exchange to Exchange =====
 +
 +**Walkthrough**: https://www.petenetlive.com/KB/Article/0000788
  
 ===== From a POP Server to an IMAP Server ===== ===== From a POP Server to an IMAP Server =====
Line 8: Line 12:
  
 ==== imapcopy ==== ==== imapcopy ====
 +
 +<note warning>''imapcopy'' is a very small and simple tool.  It does **not** support SSL or TLS, limiting its usefulness on modern IMAP servers.</note>
  
 http://home.arcor.de/armin.diehl/imapcopy/imapcopy.html http://home.arcor.de/armin.diehl/imapcopy/imapcopy.html
Line 75: Line 81:
  
 http://wiki.zimbra.com/wiki/Guide_to_imapsync http://wiki.zimbra.com/wiki/Guide_to_imapsync
- 
-http://wiki.contribs.org/Imapsync 
  
 http://www.howtoforge.com/how-to-migrate-mailboxes-between-imap-servers-with-imapsync http://www.howtoforge.com/how-to-migrate-mailboxes-between-imap-servers-with-imapsync
Line 82: Line 86:
 http://www.linux-france.org/prj/imapsync/ http://www.linux-france.org/prj/imapsync/
  
-Imapsync is another tool for migrating IMAP message stores from one server to another.+Imapsync is a great tool for migrating IMAP message stores from one server to another.
  
   * no duplicates   * no duplicates
Line 89: Line 93:
   * requires Perl and various modules   * requires Perl and various modules
   * preferably install on new mail server to minimize network transfers   * preferably install on new mail server to minimize network transfers
 +
 +=== Install on Ubuntu ===
 +
 +<note warning>''imapsync'' is a fantastic tool, but it is **not trivial to install on Ubuntu**.  While it is very convenient to have ''imapsync'' installed and run from your mail server, it might be better to install it on a separate workstation due to the large number of dependencies.</note>
 +
 +https://gist.github.com/nosmall/1306659d714e2c07810ba2cfc511fee5
 +
 +https://github.com/imapsync/imapsync/blob/master/INSTALL.d/INSTALL.Ubuntu.txt
  
 === Install on CentOS 6 === === Install on CentOS 6 ===
Line 132: Line 144:
  
 <file> <file>
-imapsync --buffersize 8192000 --nosyncacls --subscribe --syncinternaldates --delete2 \+imapsync --buffersize 8192000 --nosyncacls --subscribe --syncinternaldates --addheader --delete2 \
    --host1 old.server.tld --ssl1 --port1 993 \    --host1 old.server.tld --ssl1 --port1 993 \
    --user1 oldusername --password1 'oldpassword' \    --user1 oldusername --password1 'oldpassword' \
Line 138: Line 150:
    --user2 newemailaddr --password2 'newpassword'    --user2 newemailaddr --password2 'newpassword'
 </file> </file>
 +
 +=== Zimbra to Exchange ===
 +
 +  - For **mail messages**
 +    * Use imapsync
 +  - For **contacts**
 +    * Use Zimbra Web Client (ZWC)
 +    * Preferences -> Import/Export -> Outloook Contacts -> Choose Source Contacts folder(s) -> Export
 +  - For **calendars**
 +    * Use ZWC
 +    * Preferences -> Import/Export -> Calendar -> Select Calendar folder(s) -> Export
 +
 +== Import Contacts and Calendar to Exchange ==
 +
 +In Outlook 2013 with Exchange Account configured:
 +
 +  - File -> Open and Export -> Import/Export -> Import from another program or file -> Comma Separated Values 
 +  - Browse to ''csv'' file, Next -> choose duplicates option, Next -> Select Contacts folder, Next -> Map Custom Fields 
 +  - In the left pane scroll about halfway down to "EmailAddress", In the right pane scroll about halfway down to E-mail click + sign E-mail Address.  
 +  - In left pane drag EmailAddress and drop in right pane on E-mail Address, OK -> Finish
 +
 +
internet/mail/moving_to_new_mailserver.1418067760.txt.gz · Last modified: 2014/12/08 12:42 by gcooper