I am trying to get our users' contacts information out of the squirrelmail addressbook and put it into a csv format. This is easy, then I want to add these contacts to the users' Zimbra account - fail. It seems like the admin user has no privileges to POST content using REST urls.
I use :
curl -u admin@domain

assword --data-binary @/Users/scott/Downloads/contacts.csv
http://newmail.telkomsa.net/service/...ntacts?fmt=csv
and get:
permission denied: you do not have sufficient permissions
Is this a bug?