Exchange2007针对发件人或域名添加白名单,在边缘管理工具上找了一下竟然没发现,还是只能在命令行界面设置。
通过Get-ContentFilterConfig命令可以看到里面有BypassedSenders和BypassedSenderDomains二个参数
可以使用Set-ContentFilterConfig –BypassedSenders jiang.cr211@gmail.com
或者Set-ContentFilterConfig –BypassedSenderDomains gmail.com
参考:http://exchangepedia.com/blog/2007/01/exchange-2007-content-filter-whitelist.html
posted on 2009-04-21 12:10
joyclear 阅读(1983)
评论(0) 编辑 收藏 引用 所属分类:
Exchange