Changes

Jump to navigation Jump to search
20 bytes added ,  15:53, 25 June 2010
Formatting: wrap longer line onto several lines
Line 78: Line 78:  
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 8143 --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 8143 --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.
97

edits

Navigation menu