Skip to content

Instantly share code, notes, and snippets.

@kimthostrup
Last active August 29, 2015 14:23
Show Gist options
  • Save kimthostrup/cd752fa15e1cb45ed693 to your computer and use it in GitHub Desktop.
Save kimthostrup/cd752fa15e1cb45ed693 to your computer and use it in GitHub Desktop.
imapsync example - from Apple Server (Dovecot) to Kolab Groupware server (Cyrus)
./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 kim@example.dk --password2 'myothersecretpassword'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment