As far as I can tell, these two commands will retrieve a list of contacts from the local system, and them push them to the remote system.
/opt/zimbra/bin/zmmailbox -u
https://localhost -a admin -p *adminpassword* -m
tkoop@example.com getRestURL "/Contacts" > "contacts.tmp"
/opt/zimbra/bin/zmmailbox -u
https://1.2.3.4 -p *timspassword* -m tkoop postRestURL "/Contacts?resolve=replace" "contacts.tmp"
However, it doesn't work. It actually pushes the list back to the local system, effectively duplicating the list of contacts. Is this a bug or am I missing something?
Thanks.
--
Tim