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.
  • 相关阅读:
    MMORPG 游戏服务器端设计转载
    OpenFileMapping失败 原因ERROR_FILE_NOT_FOUND
    让程序在崩溃时体面的退出转
    [c\C++]线程函数的比较
    VS2005 2008 2010字体颜色配置方案
    用文件映射(File Mapping)实现进程间内存共享
    [Debug]通过LeakDiag查看内存泄漏
    线程函数的设计以及MsgWaitForMultipleObjects函数的使用要点 转
    VC++ 中使用内存映射文件处理大文件
    透视投影
  • 原文地址:https://www.cnblogs.com/jjkv3/p/517433.html
Copyright © 2011-2022 走看看