Skip to content

Commit a971988

Browse files
Merge pull request #1878 from kris6673/dev
Add configurable mailbox plan tenant standard
2 parents b77868f + 25f52c8 commit a971988

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/data/standards.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,17 @@
330330
"addedComponent": null,
331331
"label": "Enable 1 hour Activity based Timeout"
332332
},
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+
},
333344

334345
{
335346
"name": "standards.calDefault.Enabled",

0 commit comments

Comments
 (0)