qmya00 发表于 2018-7-8 10:08:32

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

  
  此基于真实生产环境案例。
  
  情形:
  当想在Active Directory Computer and users 管理单元或ExchangeManager管理器中限制用户邮箱存储限制,且存储限制超过2GB(2097151KB)时,将会收到下列错误信息:


  原因:
  默认,最大限制存储值被限制为: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中修改这些属性。
  
  修改用户邮箱的存储限制:

[*]  运行adsiedit.msc
[*]  在“Action” 菜单上,选择“Connectto”
[*]  在“Name”栏键入一个使用名如:dcserver
[*]  在“Connection Point”区域,选择“Selecta well Known Naming Context” 同时在下拉列表中选择“Domain”
[*]  在“Computer”区域,选择“Selector type a domain or Server” 或选择“Default(domain or Server that youlogged in to”
[*]  点击“OK”如下图:

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

  8. 点击“CN=cindy”右键选择“Properties” 将弹出CN=cindy 属性对话框:
  9. 找到:“mDBOverHardQuotaLimit”属性,即AD Users and computer界面的中的Prohibit send and receive at (KB)属性,单击该属性同时选择下方的“Edit”在弹出的对话框中设定一个新的值,如:3145728即3GB,如下图:



[*]  点击“OK”关闭属性对话框。 完成!
页: [1]
查看完整版本: Exchange 2003 SP2用户最大邮箱存储为2GB的解决方法