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.
  • 相关阅读:
    Oracle Instant Client(即时客户端) 安装与配置
    Windows 下 Toad 如何使用 Oracle instantclient 32位客户端
    Oracle 内存(SGA,PGA)详细介绍
    深入解析Oracle 10g中SGA_MAX_SIZE和SGA_TARGET参数的区别和作用
    Android中的Touch事件
    Activity源码简要分析总结
    Android中的Interpolator
    Android 触摸手势基础 官方文档概览
    Android中View的绘制过程 onMeasure方法简述 附有自定义View例子
    Android TextView走马灯效果
  • 原文地址:https://www.cnblogs.com/jjkv3/p/517433.html
Copyright © 2011-2022 走看看