mirror of
https://github.com/imapsync/imapsync.git
synced 2025-07-22 18:25:54 +02:00
1.169
This commit is contained in:
parent
25948aab90
commit
a7bd48cb25
9 changed files with 657 additions and 18 deletions
21
FAQ
21
FAQ
|
@ -64,7 +64,26 @@ Q. I want the --folder 'MyFolder' option be recurse.
|
|||
|
||||
R. Do not use the --folder option.
|
||||
Instead, use --include '^MyFolder'
|
||||
Then the folder "MyFolder" and all its subfolders will be handled.
|
||||
Then the folder "MyFolder" and all its subfolders will be handled
|
||||
and only them.
|
||||
|
||||
======================================================================
|
||||
Q. How to migrate from cyrus with an admin account ?
|
||||
|
||||
R. Use
|
||||
--ssl1 --authuser1 AdminAccount ----password1 AdminAccountPassword
|
||||
Here is an example:
|
||||
imapsync \
|
||||
--host1 server1 \
|
||||
--ssl1 \
|
||||
--host2 server2 \
|
||||
--authuser1 AdminAccount \
|
||||
--password1 AdminAccountPassword \
|
||||
--user1 joe \
|
||||
--user2 joe \
|
||||
--password2 joespassonserver2 \
|
||||
--exclude '^user\.'
|
||||
|
||||
|
||||
======================================================================
|
||||
Q. I have moved from Braunschweig to Graz, so I would like to have my whole
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue