We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b77868f + 25f52c8 commit a971988Copy full SHA for a971988
src/data/standards.json
@@ -330,6 +330,17 @@
330
"addedComponent": null,
331
"label": "Enable 1 hour Activity based Timeout"
332
},
333
+ {
334
+ "name": "standards.SendReceiveLimitTenant.Enabled",
335
+ "cat": "Exchange",
336
+ "helpText": "Sets the Send and Receive limits for new users. Valid values are 1KB to 150MB. Invalid values will be set to EXO standard of 35MB,36MB",
337
+ "addedComponent": {
338
+ "type": "input",
339
+ "name": "standards.SendReceiveLimitTenant.SendReceiveLimit",
340
+ "label": "Send limit and Receive limit, comma separated"
341
+ },
342
+ "label": "Set tenant mailbox plan to standard values"
343
344
345
{
346
"name": "standards.calDefault.Enabled",
0 commit comments