Exchange 容许指定用户往指定通信组发送邮件

上一篇写过:Exchange 限制指定用户往指定通信组发送邮件 的文档
http://www.javashuo.com/article/p-tjrrfxnx-mg.htmlide

此篇是容许指定用户或组的用户发到指定通信组,下面命令使用AcceptMessagesOnlyFromSendersOrMembers 参数来设置code

  • 容许test邮件组里的用户往 TestGroup@satid.com 发送blog

    Set-DistributionGroup TestGroup -AcceptMessagesOnlyFromSendersOrMembers test@satid.com
  • 容许邮件组和用户往TestGroup@satid.com发送
    Set-DistributionGroup TestGroup -AcceptMessagesOnlyFromSendersOrMembers test@satid.com,zhaodongwei@satid.com

    Exchange 容许指定用户往指定通信组发送邮件
    没有发送权限的用户发送时,会提示以下图:
    Exchange 容许指定用户往指定通信组发送邮件文档

相关文章
相关标签/搜索