上一篇寫過:Exchange 限制指定用戶往指定通信組發送郵件 的文檔
http://www.javashuo.com/article/p-tjrrfxnx-mg.htmlide
此篇是容許指定用戶或組的用戶發到指定通信組,下面命令使用AcceptMessagesOnlyFromSendersOrMembers 參數來設置code
容許test郵件組裏的用戶往 TestGroup@satid.com 發送blog
Set-DistributionGroup TestGroup -AcceptMessagesOnlyFromSendersOrMembers test@satid.com
Set-DistributionGroup TestGroup -AcceptMessagesOnlyFromSendersOrMembers test@satid.com,zhaodongwei@satid.com
沒有發送權限的用戶發送時,會提示以下圖:
文檔