Last active
August 29, 2015 14:23
-
-
Save kimthostrup/cd752fa15e1cb45ed693 to your computer and use it in GitHub Desktop.
imapsync example - from Apple Server (Dovecot) to Kolab Groupware server (Cyrus)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
./imapsync --nofoldersizes --nosyncacls --syncinternaldates -sep2 / --host1 192.168.10.2 --user1="kim" --password1 'mysecretpasseord' --sep2 . --delete2 --regextrans2 's/^INBOX\.(.+)/$1/' --host2 192.168.10.57 --user2 [email protected] --password2 'myothersecretpassword' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment