Changes

From SME Server
Jump to navigationJump to search
2 bytes added ,  09:15, 18 April 2009
m
Line 74: Line 74:     
=====IMAP migration from SME/IMAP to Zarafa/IMAP=====
 
=====IMAP migration from SME/IMAP to Zarafa/IMAP=====
Configure zarafa for migration enabling IMAP on port 8144
+
By default smeserver-zarafa enables zarafa IMAP on port 8143
    
Perform a user mail sync from SME/IMAP (host1/port1) to Zarafa/IMAP (host2/port2)  
 
Perform a user mail sync from SME/IMAP (host1/port1) to Zarafa/IMAP (host2/port2)  
   −
  imapsync --noauthmd5 --host1 localhost --port1 143 --split1 500 --user1 <username> --password1 <password> --sep2 / --prefix2 "" --host2 localhost --port2 8144 --split2 500 --user2 <username> --password2 <password>
+
  imapsync --noauthmd5 --host1 localhost --port1 143 --split1 500 --user1 <username> --password1 <password> --sep2 / --prefix2 "" --host2 localhost --port2 8143 --split2 500 --user2 <username> --password2 <password>
    
Example to synchronize a user named 'bob' with password 'bob123' from SME IMAP into Zarafa:
 
Example to synchronize a user named 'bob' with password 'bob123' from SME IMAP into Zarafa:
   −
  imapsync --noauthmd5 --host1 localhost --port1 143 --split1 500 --user1 bob --password1 bob123 --sep2 / --prefix2 "" --host2 localhost --port2 8144 --split2 500 --user2 bob --password2 bob123
+
  imapsync --noauthmd5 --host1 localhost --port1 143 --split1 500 --user1 bob --password1 bob123 --sep2 / --prefix2 "" --host2 localhost --port2 8143 --split2 500 --user2 bob --password2 bob123
    
'''Note:''' If the synchronization process terminates, apparently successfully, but only part-way through, delete the dovecot.index.cache file in the last folder copied and restart the process. Adding "--useheader 'Message-ID' --skipsize" to the command above will prevent duplicates if the process does have to be restarted.
 
'''Note:''' If the synchronization process terminates, apparently successfully, but only part-way through, delete the dovecot.index.cache file in the last folder copied and restart the process. Adding "--useheader 'Message-ID' --skipsize" to the command above will prevent duplicates if the process does have to be restarted.

Navigation menu