Syncing Script

Looking to migrate to ZCS? Ask here. Got a great tip or script that helped you migrate? Post it here.
Post Reply
adeelarifbhatti
Advanced member
Advanced member
Posts: 182
Joined: Sat Sep 13, 2014 12:06 am

Syncing Script

Post by adeelarifbhatti »

Hello,
Is it possible to use the admin password (may be admin proxy password) in place of user password in the imapsync command.

Please also share how to avoid imapsyncing the shared folders.


Regards

Adeel
adeelarifbhatti
Advanced member
Advanced member
Posts: 182
Joined: Sat Sep 13, 2014 12:06 am

Syncing Script

Post by adeelarifbhatti »

Do anyone have any idea about how to skip share folders when imapsyncing between zimbra to zimbra ???


Regards

Adeel
andy204
Advanced member
Advanced member
Posts: 58
Joined: Sat Sep 13, 2014 1:21 am

Syncing Script

Post by andy204 »

--exclude : skips folders matching this regular expression

Several folders to avoid:

--exclude 'fold1|fold2|f3' skips fold1, fold2 and f3.
andy204
Advanced member
Advanced member
Posts: 58
Joined: Sat Sep 13, 2014 1:21 am

Syncing Script

Post by andy204 »

[quote user="adeelarifbhatti"]Hello,
Is it possible to use the admin password (may be admin proxy password) in place of user password in the imapsync command.

Please also share how to avoid imapsyncing the shared folders.


Regards

Adeel[/QUOTE]
--authuser1 : user to auth with on host1 (admin user).

Avoid using --authmech1 SOMETHING with --authuser1.

--proxyauth1 : Use proxyauth on host1. Requires --authuser1.

Required by Sun/iPlanet/Netscape IMAP servers to

be able to use an administrative user

--password1 : password for the user1. Dangerous, use --passfile1

Post Reply