Skip to content

Commit

Permalink
Add configurable mailbox plan tenant standard
Browse files Browse the repository at this point in the history
  • Loading branch information
kris6673 committed Nov 16, 2023
1 parent ea60ab2 commit 3dfbd8c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/data/standards.json
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,17 @@
"addedComponent": null,
"label": "Enable 1 hour Activity based Timeout"
},
{
"name": "standards.MailboxPlanTenant.Enabled",
"cat": "Exchange",
"helpText": "Sets the default mailbox plan for new users. Valid values are 1KB to 150MB. Invalid values will be set to EXO standard of 35MB,36MB",
"addedComponent": {
"type": "input",
"name": "standards.MailboxPlanTenant.SendReceiveLimit",
"label": "Send limit and Receive limit, comma separated"
},
"label": "Set tenant mailbox plan to standard values"
},

{
"name": "standards.calDefault.Enabled",
Expand Down

0 comments on commit 3dfbd8c

Please sign in to comment.