The limits node is presented by DomainAddonTemplateLimits type (domain_addon_template.xsd
), and its graphical representation is as follows:
plesk_client.xsd
).Note: You can specify multiple limit parameters within one limits node.
The following code example specifies the limits overuse policy and the mailbox quota limit:
<limits>
<overuse>block</overuse>
<limit>
<name>mbox_quota</name>
<value>100</value>
</limit>
</limits>
Note: To manage limits, you should first retrieve limits descriptor, containing names of limits. For details, refer to the Retrieving Descriptor of Limits section.