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
Next revision Both sides next revision
internet:mail:moving_to_new_mailserver [2016/02/08 10:40]
jcooper
internet:mail:moving_to_new_mailserver [2021/01/14 21:05]
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 73: Line 79:
  
 ==== imapsync ==== ==== imapsync ====
 +
 +<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>
  
 http://wiki.zimbra.com/wiki/Guide_to_imapsync http://wiki.zimbra.com/wiki/Guide_to_imapsync
Line 132: Line 140:
  
 <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 141: Line 149:
 === Zimbra to Exchange === === Zimbra to Exchange ===
  
-  - For mail message use imapsync +  - For **mail messages** 
-  - For Contacts in Zimbra web client -> Preferences -> Import/Export -> Outloook Contacts -> Choose Source Contacts folder(s) -> Export +    * Use imapsync 
-  - For Calendars in Zimbra Web Client -> Preferences -> Import/Export -> Calendar -> Select Calendar folder(s) - Export+  - 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 == == Import Contacts and Calendar to Exchange ==
  
-  - Outlook 2013 with Exchange Account configured -File -> Open and Export -> Import/Export -> Import from another program or file -> Comma Separated Values  +In Outlook 2013 with Exchange Account configured
-  - 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 + sign E-mail Address.  +  - 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   - In left pane drag EmailAddress and drop in right pane on E-mail Address, OK -> Finish
  
  
internet/mail/moving_to_new_mailserver.txt · Last modified: 2021/01/14 21:12 by gcooper