Is it possible to give any given account access only to the webmail/admin interface, and no access to the SOAP API?
Type: Posts; User: cdn_jgalley; Keyword(s):
Is it possible to give any given account access only to the webmail/admin interface, and no access to the SOAP API?
Hi,
I want to be able to set the zimbraReverseProxyIPLoginLimit and zimbraReverseProxyIPLoginLimitTime for a specific range of IPs.
I.e. I want to allow a certain few hosts involved with a...
I've found the solution, the aliases for any given account are found in an attribute of the account called "zimbraMailAlias" in the GetAccount/GetAllAccounts response.
I've been reading through the admin api reference documents, but I can't seem to find a way to list aliases already created for the domain.
There is, of course, the addAccountAlias command:
...