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.
  • 相关阅读:
    RobotFramework执行报“FOR loop contains no keywords.”--踩坑记录1
    RIDE控制台中文内容显示乱码问题解决方式记录
    Sublime Text 3激活注册码 (亲测可用)
    Python项目1:实现将图片转化为手绘效果
    Cookie和Session学习笔记
    Robot Framework离线安装(附图)
    Windows使用Nginx搭建RTMP服务器
    Android:系统设置出厂默认值配置
    Android:检测内存泄漏的自动化测试Python脚本
    Shell脚本实现延迟执行指令
  • 原文地址:https://www.cnblogs.com/jjkv3/p/517433.html
Copyright © 2011-2022 走看看