zoukankan      html  css  js  c++  java
  • 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.
  • 相关阅读:
    ofbiz初级教程
    IBASE4J开发环境搭建
    Nginx在windows上安装 及 Nginx的配置及优化
    Windows里正确安装Zookeeper以服务运行
    分享一个完整的Mybatis分页解决方案
    jquery weui ajax滚动加载更多
    Spring+Mybatis+SpringMVC后台与前台分页展示实例
    Mysql怎么样避免全表扫描,sql查询优化
    SQL优化|Java面试题
    mysql 全表扫描、全索引扫描、索引覆盖(覆盖索引)
  • 原文地址:https://www.cnblogs.com/jjkv3/p/517433.html
Copyright © 2011-2022 走看看