setDomainSettings
zxsuite admin setDomainSettings domain [param VALUE[,VALUE]]
PARAMETER LIST
NAME |
TYPE |
EXPECTED VALUES |
DEFAULT |
domain(M) |
String |
||
account_limit(O) |
Integer |
no action |
|
domain_account_quota(O) |
String |
no action |
|
reset_cos_limits(O) |
String |
cosname1:limit1,cosname2:limit2 |
no action |
add_cos_limits(O) |
String |
cosname1:limit1,cosname2:limit2 |
no action |
(M) == mandatory parameter, (O) == optional parameter
Example:
zxsuite admin setDomainSettings example.com account_limit 100 domain_account_quota 100mb reset_cos_limits cos1:30,cos2:80
Sets a global account limit on the domain example.com of 100 accounts, with a domain account quota of 100 megabytes,
and with cos account limits of 30 for cos1 and 80 for cos2 (removing other cos settings).
Example:
zxsuite admin setDomainSettings example.com add_cos_limits cos1:30
Sets cos account limits of 30 for cos1 (leaving other cos settings unchanged).