Overview | Service | Command |
amavisBypassSpamChecks: TRUE amavisBypassVirusChecks: TRUE zimbraHideInGal: TRUE zimbraIsSystemResource: TRUE zimbraMailQuota: 0
Network edition only API | true |
Authorization token required | true |
Admin Authorization token required | true |
<EnableArchiveRequest> ## EnableArchiveRequest
<account by="(adminName | appAdminName | id | foreignPrincipal | name | krb5Principal)">{key}</account> ## AccountSelector
<archive [create="(0|1)"]> ## ArchiveSpec
<name>{name} (String)</name>
<cos [by="(id | name)"]>{key}</cos> ## CosSelector
<password>{password} (String)</password>
(<a n="..." /> ## Attr)*
</archive>
</EnableArchiveRequest>
elements and attributes you can define within a
<EnableArchiveRequest>
element:
XPath | Required / Optional | Description |
/account | Required (only 1) | Type: {key} |
/account@by | Required (only 1) | Type: adminName | appAdminName | id | foreignPrincipal | name | krb5Principal |
/archive | Optional (0 or 1) | |
/archive@create | Optional (0 or 1) | Type: 0|1 |
/archive/name | Optional (0 or 1) | Type: {name} (String) |
/archive/cos | Optional (0 or 1) | Type: {key} |
/archive/cos@by | Optional (0 or 1) | Type: id | name |
/archive/password | Optional (0 or 1) | Type: {password} (String) |
/archive/a | Optional (0 or more) | |
/archive/a@n | Required (only 1) | Type: String |
<EnableArchiveResponse /> ## EnableArchiveResponse