FAQ.Various_Software_Servers.txt 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. #!/bin/cat
  2. $Id: FAQ.Various_Software_Servers.txt,v 1.19 2021/01/26 14:05:23 gilles Exp gilles $
  3. This document is also available online at
  4. https://imapsync.lamiral.info/FAQ.d/
  5. https://imapsync.lamiral.info/FAQ.d/FAQ.Various_Server_Softwares.txt
  6. =======================================================================
  7. Imapsync tips for various imap server softwares.
  8. =======================================================================
  9. =======================================================================
  10. Q. From or to Zimbra
  11. R. Read the FAQ.Zimbra.txt
  12. https://imapsync.lamiral.info/FAQ.d/FAQ.Zimbra.txt
  13. =======================================================================
  14. Q. From Emailchemy (https://weirdkid.com/emailchemy/)
  15. R. Use option --noabletosearch :
  16. imapsync ... --noabletosearch
  17. =======================================================================
  18. Q. From or to HMailServer version 4.4.1.
  19. R. You have to add prefix and separator manually because 4.4.1 doesn't
  20. honor the NAMESPACE imap command.
  21. Example for host1:
  22. imapsync ... \
  23. --prefix1 "" --sep1 .
  24. No specific option for HMailServer 5.3.3 since NAMESPACE is supported.
  25. Maybe --subscribe_all will help you to see all migrated folders.
  26. =======================================================================
  27. Q. from Microsoft's Exchange 2007 to Google Apps for your Domain
  28. (GAFYD)
  29. R. Take a look at:
  30. http://mark.ossdl.de/2009/02/migrating-from-exchange-2007-to-google-apps-mail/
  31. =======================================================================
  32. Q. Migrating from or to Parallels Plex Server
  33. R. It depends on the OS
  34. Parallells Plesk Panel for Windows requires --sep2 / --prefix2 ""
  35. Parallells Plesk Panel for Linux works with default parameters.
  36. =======================================================================
  37. Q. Migrating from or to the Cyrus imap server
  38. R. Read the dedicated
  39. https://imapsync.lamiral.info/FAQ.d/FAQ.Cyrus.txt
  40. =======================================================================
  41. Q. Migrating from iPlanet Messaging Server
  42. 5.2 Patch 2 (built Jul 14 2004)) to Groupwise 7.0
  43. I encounter many errors like this:
  44. "Error trying to append string: 17847 BAD APPEND"
  45. R. GroupWise 7 seems buggy. Apply GroupWise 7 support pack 1
  46. =======================================================================
  47. Q. Migrating from or to David Tobit
  48. R. See FAQ.David_Tobit.txt
  49. https://imapsync.lamiral.info/FAQ.d/FAQ.David_Tobit.txt
  50. =======================================================================
  51. Q. I need to migrate 1250 mailboxes, passwords are in a MySQL Database.
  52. Can you tell me if your script suits my needs?
  53. R. Mailboxes must exist before running imapsync.
  54. You have to extract users logins and passwords in a csv file.
  55. See the "HUGE MIGRATION" section in the README file.
  56. ======================================================================
  57. Q. From GMX IMAP4 StreamProxy
  58. R. Use:
  59. --prefix1 INBOX and --sep1 .
  60. ======================================================================
  61. Q. From Courier to Archiveopteryx
  62. R. You can read http://www.archiveopteryx.org/migration/imapsync
  63. Default values might be fine now with latest imapsync.
  64. ======================================================================
  65. Q. To Sun Java(tm) System Messaging Server 6.2-7.05
  66. Q. To Communigate Pro - Solaris version
  67. R. See and run patches/imapsync_1.267_jari
  68. ======================================================================
  69. Q. From Softalk Workgroup Mail 7.6.4
  70. R. Old Softalk releases don't support the IMAP SEARCH command.
  71. Here are the options to get it working.
  72. imapsync ... --sep1 '.' --prefix1 '' \
  73. --noabletosearch1 --nocheckmessageexists --addheader
  74. (Thanks to Andrew Tucker)
  75. ======================================================================
  76. Q. From or to QQMail IMAP4Server
  77. R. imapsync ... --noabletosearch1
  78. ======================================================================
  79. Q. From XXX to FTGate
  80. R. Do NOT use --usecache since new UIDs are not given by FTGate and also
  81. badly guessed by imapsync. UIDEXPUNGE does not work so use also
  82. --expunge2 when using --delete2
  83. imapsync ... \
  84. --sep2 / --prefix2 "" \
  85. --useheader Message-Id \
  86. =======================================================================
  87. =======================================================================