• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Resolved Migration process dont copy contacts from Roundcube webmail

Pedro1

Basic Pleskian
Hi.
I am migrating some domains from the version: Plesk 12.5.30 Update #55
To the version Plesk Onyx Version 17.0.17 Update #11
I have detected that the migration process does not copy the users' contacts calendar in Roundcube.
Anyone know if it's normal or it's a mistake?

Regards
Pedro
 
Hi.
I am migrating some domains from the version: Plesk 12.5.30 Update #55
To the version:plesk Onyx Version 17.0.17 Update #11
I have detected that the migration process does not copy the users' contacts calendar in Roundcube.
Anyone know if it's normal or it's a mistake?

Regards
Pedro
 
Roundcube and Horde databases often change their structure, so we never include them in the backup and never migrate them. There are can be serious problems when you restore Roundcube/Horde database from the old version to the new/updated Roundcube/Horde version on Plesk server.
 
you can use imap synch

imapsync --nosyncacls --syncinternaldates --host1 mail.host.com --user1 [email protected] --password1 @1234567 --host2 xxx.xxx.xxx.xxx --user2 [email protected] --password2 @1234567 --noauthmd5

Code:
INTRODUCTION
============

 imapsync works fine under any operating system with Perl and Perl modules (listed below).
 imapsync.exe works fine standalone under Windows XP, Vista, Seven, 20XX, either 32 or 64bit.



===================================
== Installing imapsync on CentOS ==
===================================

Easy.
Read the file INSTALL.d/INSTALL.Centos.txt
Also available at
http://imapsync.lamiral.info/INSTALL.d/INSTALL.Centos.txt




=========================================
== Installing imapsync on other Unixes ==
=========================================


Purchase imapsync at
http://imapsync.lamiral.info/
or get it anywhere.

You have access to a compressed tarball called imapsync-1.xxx.tgz
where 1.xxx is the version number. Untar the tarball where
you want:

  cd
  tar xzvf  imapsync-1.xxx.tgz

Go into the directory imapsync-1.xxx

  cd imapsync-1.xxx

You can easily detect any missing Perl modules via the
script prerequisites_imapsync located in the INSTALL.d directory:

  sh INSTALL.d/prerequisites_imapsync

or

  cd INSTALL.d/
  sh prerequisites_imapsync

You don't need to be root to run the previous command. You have
to be root if you want the Perl modules to be available for the
whole system, for all users.
 
Back
Top