{"id":170,"date":"2015-05-20T02:52:56","date_gmt":"2015-05-19T15:52:56","guid":{"rendered":"https:\/\/4it.com.au\/kb\/?post_type=article&#038;p=170"},"modified":"2022-11-14T20:05:44","modified_gmt":"2022-11-14T09:05:44","slug":"whitelist-a-domain-or-email-address-in-exchange-2010","status":"publish","type":"article","link":"https:\/\/4it.com.au\/kb\/article\/whitelist-a-domain-or-email-address-in-exchange-2010\/","title":{"rendered":"Whitelist a Domain or Email Address in Exchange 2010"},"content":{"rendered":"<p>Use the following commands in the Exchange Shell to Whitelist either a whole domain or a single email address<\/p>\n<h2>To check whats currently whitelisted:<\/h2>\n<p>Get-ContentFilterConfig<\/p>\n<h2>To whitelist one email address:<\/h2>\n<p>$list = (Get-ContentFilterConfig).BypassedSenders<\/p>\n<p>$list.add(&#8220;new.mail@address.com&#8221;)<\/p>\n<p>Set-ContentFilterConfig -BypassedSenders $list<\/p>\n<h2>To whitelist an entire domain:<\/h2>\n<p>$list = (Get-ContentFilterConfig).BypassedSenderDomains<\/p>\n<p>$list.add(&#8220;domain.com&#8221;)<\/p>\n<p>Set-ContentFilterConfig -BypassedSenderDomains $list<\/p>\n<div style='text-align:left' class='yasr-auto-insert-visitor'><\/div>","protected":false},"excerpt":{"rendered":"<p>Use the following commands in the Exchange Shell to Whitelist either a whole domain or a single email address To check whats currently whitelisted: Get-ContentFilterConfig To whitelist one email address: $list = (Get-ContentFilterConfig).BypassedSenders $list.add(&#8220;new.mail@address.com&#8221;) Set-ContentFilterConfig -BypassedSenders $list To whitelist an entire domain: $list = (Get-ContentFilterConfig).BypassedSenderDomains $list.add(&#8220;domain.com&#8221;) Set-ContentFilterConfig -BypassedSenderDomains $list<\/p>\n","protected":false},"author":1,"featured_media":0,"menu_order":0,"comment_status":"open","ping_status":"closed","template":"","format":"standard","article-category":[57],"article-tag":[99,100],"class_list":["post-170","article","type-article","status-publish","format-standard","hentry","article-category-windows-server","article-tag-exchange-2010","article-tag-whitelist-domain"],"yasr_visitor_votes":{"stars_attributes":{"read_only":false,"span_bottom":false},"number_of_votes":2,"sum_votes":8},"_links":{"self":[{"href":"https:\/\/4it.com.au\/kb\/wp-json\/wp\/v2\/article\/170","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/4it.com.au\/kb\/wp-json\/wp\/v2\/article"}],"about":[{"href":"https:\/\/4it.com.au\/kb\/wp-json\/wp\/v2\/types\/article"}],"author":[{"embeddable":true,"href":"https:\/\/4it.com.au\/kb\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/4it.com.au\/kb\/wp-json\/wp\/v2\/comments?post=170"}],"version-history":[{"count":0,"href":"https:\/\/4it.com.au\/kb\/wp-json\/wp\/v2\/article\/170\/revisions"}],"wp:attachment":[{"href":"https:\/\/4it.com.au\/kb\/wp-json\/wp\/v2\/media?parent=170"}],"wp:term":[{"taxonomy":"article-category","embeddable":true,"href":"https:\/\/4it.com.au\/kb\/wp-json\/wp\/v2\/article-category?post=170"},{"taxonomy":"article-tag","embeddable":true,"href":"https:\/\/4it.com.au\/kb\/wp-json\/wp\/v2\/article-tag?post=170"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}