View Single Post
  #3 (permalink)  
Old 01-14-2007, 11:18 AM
inigoml inigoml is offline
Project Contributor
 
Posts: 116
Default

Quote:
Originally Posted by claud1e View Post
Turns out the separator in Cyrus is '.' while it is '/' in Zimbra.
When I migrated from cyrus with imapsync I didn't have any problem with INBOX style...

just:
imapsync --nosyncacls --syncinternaldates --host1 server1.domian.com --ssl1 --port1 993 --authmech1 PLAIN --user1 user1 --passfile1 /home/user1/user1 --host2 server2.domain.com --ssl2 --port2 993 --authmech2 PLAIN --user2 user2 --passfile2 /home/user1/user2 INBOX/ 2> user1Error.log > cuser1Results.log
Reply With Quote