User Tools

Site Tools


Sidebar

microsoft:excange_2013_whitelist

This is an old revision of the document!


Exchange 2013 whitelist

Anti-spam protection in Exchange Server 2013, like in previous versions, gives an opportunity to create a whitelist of trusted email addresses and senders domains, mail from which regardless of their contents should always be received.

The mail from the whitelist senders (individuals or entire domains) is considered safe and the end users receive it even if it falls within the filtering rules. The whitelist of senders in Exchange Server 2013 can only be managed from Powershell command prompt (Exchange Management Shell).

The whitelist of senders in Exchange 2007 and 2010 is configured in the same way.

The whitelist in Exchange 2013 is configured on Mailbox or Edge Transport server with the installed Exchange anti-spam protection.

The spam filter based on the content filtering checks if the address is in the white list. To edit the white list of addresses, the cmdlet ContentFilterConfig is used. The command has the following syntax:

Set-ContentFilterConfig -BypassedSenderDomains microsoft.com

After running this command, all messages from senders in Microsoft.com domain will be received by the Exchange users regardless of their contents or attachments. (Further scanning with the Content Filter won’t take place.) You can view the current contents of domains whitelist using this command:

get-ContentFilterConfig

If you have to add several domains to the white list at once, the command will look like this:

Set-ContentFilterConfig -BypassedSenderDomains microsoft.com,woshub.com,gmail.com

To add a certain email address to the Content Filter white list, use BypassedSenders parameter:

Set-ContentFilterConfig -BypassedSenders jkarlin@gmail.com
microsoft/excange_2013_whitelist.1511532751.txt.gz · Last modified: 2017/11/24 15:12 by admin