Imapsync migrating to a new server
From Zarafa wiki
(Difference between revisions)
| Line 2: | Line 2: | ||
The syntax to use: | The syntax to use: | ||
| + | <pre> | ||
root@zarafa:~# imapsync --noauthmd5 --host1 mail.old --user1 userold --password1 passw1 -sep2 / --prefix2 "" --host2 zarafa.new --user2 usernew --password2 passw2 | root@zarafa:~# imapsync --noauthmd5 --host1 mail.old --user1 userold --password1 passw1 -sep2 / --prefix2 "" --host2 zarafa.new --user2 usernew --password2 passw2 | ||
| + | </pre> | ||
Description of the extra options: | Description of the extra options: | ||
Revision as of 12:33, 18 September 2008
To migrate mail from an old mailserver to a new Zarafa server you can use the tool imapsync. The syntax to use:
root@zarafa:~# imapsync --noauthmd5 --host1 mail.old --user1 userold --password1 passw1 -sep2 / --prefix2 "" --host2 zarafa.new --user2 usernew --password2 passw2
Description of the extra options:
The option --noauthmd5 to use an other authentication system The option --sep2 / is to define the used separator for zarafa The option --prefix2 "" To define the basic start map
Note: The password is plain text and is readable, to change this, it is possible to use ssl, when you put in extra options (Read: man imapsync)