1、在邮件服务器打开Exchange命令行管理程序,将以下命令一行一行粘贴到里面执行
Get-ExchangeServer | Add-ADPermission -User MailAdmin -AccessRights extendedright -ExtendedRights MS-Exch-Epi-may-impersonate

Get-ExchangeServer | Add-ADPermission -User MailAdmin -AccessRights extendedright -ExtendedRights MS-Exch-Epi-impersonation

Get-MailboxDatabase | Add-ADPermission -User MailAdmin -AccessRights extendedright -ExtendedRights MS-Exch-Epi-impersonation

Get-MailboxDatabase | Add-ADPermission -User MailAdmin -AccessRights extendedright -ExtendedRights MS-Exch-Epi-may-impersonate

Get-MailboxDatabase | Add-ADPermission -User MailAdmin -AccessRights extendedright -ExtendedRights Receive-As

Exchange2007部署文档
注意这里是以MailAdmin帐号为例的,如果使用别的帐号,请将MailAdmin替换成别的帐号,同时下面介绍的也需要替换帐号

2
、在AD用户里找到MailAdmin用户,右键选择隶属于
Exchange相关的角色添加进去,具体角色如下:
Domain Users
Enterprise Admins
Exchange Install Domain Servers
Exchange Organization Administrators
Exchange Recipient Administrators
Exchange Servers
Exchange View-Only Administrators
ExchangeLegacyInterop

Exchange2007部署文档

转载于:https://www.cnblogs.com/yuanxiaoping_21cn_com/archive/2009/08/14/1545819.html

相关文章:

  • 2022-01-06
  • 2021-06-11
  • 2021-10-19
  • 2021-06-27
  • 2021-05-19
  • 2021-10-24
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-07-20
  • 2021-05-03
  • 2021-12-14
  • 2021-04-04
  • 2021-05-22
  • 2021-05-19
相关资源
相似解决方案