• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Question Migrating Emails:from Roundcube (Separate Hosting) to SogoMail (Plesk)

majdi draouil

New Pleskian
Server operating system version
22.04.4 LTS
Plesk version and microupdate number
: Plesk Obsidian 18.0.67 Update #2
Hi,

I need to migrate emails from Roundcube (separate hosting) to SogoMail on my Plesk server.

  • Roundcube Export: Best way to export all emails from Roundcube? (Format?)
  • SogoMail Import: How to import to SogoMail? Supported formats?
  • Folder Structure: Keep folder structure intact during the transfer?
  • Pitfalls: Any common issues I should watch out for?
  • Tools: Recommended migration tools?
 
I do recommend Official imapsync migration tool ( release 2.290 )
And then use it like this (your desired options may vary):
Code:
./imapsync --host1 old.server.name --user1 [email protected] --password1 'P4sSw0rd' --host2 new.server.name --user2 [email protected] --password2 'P4sSw0rd' --automap --disarmreadreceipts --nolog --noreleasecheck --skipemptyfolders --noemailreport1 --noemailreport2 --exclude Junk-E-Mail --delete2folders --delete2

Also keep in mind that this will not migrate stuff like contacts that users created in Roundcube, but more or less "only" emails and folders.
 
Back
Top