• Exchange 用户邮箱配额最大值修改。


    参考:http://www.planetmagpie.com/itconsulting/technotes-120905.aspx
    Windows Small Business Server 2003 安装程序为 Exchange 邮箱设置以下缺省配额:

    达到该限度时发出警告 (KB): 175000

    达到该限度时禁止发送和接收 (KB): 200000
    如果用户需要非常大的邮箱,则可以更改该配额,
    但是最大配额只能达到2097151KB
    这是服务器缺省限制的。如果你在以上2个输入栏中输入超过2097151的值,就会收到错误信息:
    “The value for 'Issue warning at (KB)' is not valid. Specify a value from 0 through 2097151.”
    解决办法:
    用ADSIEdit 工具修改邮箱存储限制.

    Using ADSIEdit to Modify System Policies Mailbox Storage Limits

    1. Add ADSIEdit to the MMC and bind to the domain using the Configuration well known naming context.
    2. Navigate to the Services Container, MicrosoftExchange, ExchangeOrgName, AdministrativeGroups, AdministrativeGroupName, & click on the Policies folder.
    3. In the right hand side of the ADSIEdit window find the name of the policy you want to modify and double click on it.
    4. Scroll through the list of attributes until you see the attribute you want to modify, the attributes in question are:
      mDBStorageQuota: Issue warning at (KB)
      mDBOverQuotaLimit: Prohibit Send at (KB)
      mDBOverHardQuotaLimit: Prohibit Send and Receive at (KB)
    5. Double click the attribute you are going to modify and enter a size limit of your choice, keep in mind that limits are in KB, once you are finished simply close ADSIEdit and you are done.

     

    Using ADSIEdit to Modify Mailbox Storage Limits on a Single User

    1. Add ADSIEdit to the MMC and bind to the domain using the Domain well known naming context.
    2. Navigate to the location of the user account that you want to modify.
    3. In the right hand side of the ADSIEdit window find the name of the policy you want to modify and double click on it.
    4. Scroll through the list of attributes until you see the attribute you want to modify, the attributes in question are:
      mDBStorageQuota: Issue warning at (KB)
      mDBOverQuotaLimit: Prohibit Send at (KB)
      mDBOverHardQuotaLimit: Prohibit Send and Receive at (KB)
    5. Double click the attribute you are going to modify and enter a size limit of your choice, keep in mind that limits are in KB, once you are finished simply close ADSIEdit and you are done.
  • 相关阅读:
    AC自己主动机
    curl命令具体解释
    javascript事件和事件处理
    STM32 水晶不摇
    Play Modules Morphia 1.2.9a 之 Aggregation and Group aggregation
    菜板 动态规划
    姿势体系结构的详细解释 -- C
    有情无情胜, 大家是不是谁谁谁的意外
    S性能 Sigmoid Function or Logistic Function
    iOS 中国排序
  • 原文地址:https://www.cnblogs.com/jjkv3/p/517433.html
Copyright © 2020-2023  润新知