AddAccountAliasRequest Hey,
I'm trying to automate the creation of Zimbra email accounts via SOAP request. I am running into problems using AddAccountAliasRequest when trying to add a internal.local alias. It works perfectly when I add a mydomain.com alias. So I know there is nothing wrong with the code.
Anybody have any ideas? Does this not work with internal.local domain aliases?
Also, (just a minor thing) the documentation is soap-admin.txt appears to be wrong for this SOAP request. It says:
<AddAccountAliasRequest>
<id>{value-of-zimbraId}</id>
<alias>...</alias>
</AddAliasRequest> |