首页 > 代码库 > Exchange 2003 SP2用户最大邮箱存储为2GB的解决方法

Exchange 2003 SP2用户最大邮箱存储为2GB的解决方法


此基于真实生产环境案例。


情形:

当想在Active Directory Computer and users 管理单元或ExchangeManager管理器中限制用户邮箱存储限制,且存储限制超过2GB2097151KB)时,将会收到下列错误信息:

技术分享

技术分享


原因:

默认,最大限制存储值被限制为:2971515KB

解决方法

要解决这个问题,必须修改相关的Active Directory 属性,在WindowsServer 2003中可以使用Active Directory Services Interface ADSI Edit 工具.该工具在WindowsServer 2003安装光盘的SUPPORT下。需要手动安装!


Active Directory 属性

以下部分显示在Active Directory Computer and Users 界面中:

Storage Limit Properties in GUI

Equivalent attributes

Issue ad Warning (KB)

mDBStorageQuota

Prohibit send at (KB)

mDBOverQuotaLimit

Prohibit send and receive at (KB)

mDBOverHardQuotaLimit

注:当配置这些属性大于2GB之后,不能在Active Directory Computer and User管理单元和ExchangeSystem Manager中修改这些属性。



修改用户邮箱的存储限制:

  1. 运行adsiedit.msc

  2. 在“Action” 菜单上,选择“Connectto”

  3. 在“Name”栏键入一个使用名如:dcserver

  4. 在“Connection Point”区域,选择“Selecta well Known Naming Context” 同时在下拉列表中选择“Domain”

  5. 在“Computer”区域,选择“Selector type a domain or Server” 或选择“Default(domain or Server that youlogged in to”

  6. 点击“OK”如下图:

    技术分享

7.以Sales OU下的用户Cindy为例,如下图:

技术分享

8. 点击“CNcindy”右键选择“Properties” 将弹出CNcindy 属性对话框:

9. 找到:“mDBOverHardQuotaLimit”属性,AD Users and computer界面的中的Prohibit send and receive at (KB)属性,单击该属性同时选择下方的“Edit”在弹出的对话框中设定一个新的值,如:31457283GB,如下图:

技术分享

技术分享


  1. 点击“OK”关闭属性对话框。 完成!


本文出自 “12068332” 博客,请务必保留此出处http://12078332.blog.51cto.com/12068332/1853439

Exchange 2003 SP2用户最大邮箱存储为2GB的解决方法