Disabling content filtering for some domains

Hello,

I need disable the content filtering for some domains on Edge transport server 2013 

For example I want to send encrypted zip files  to contoso.com except any other domains. are there any options to disable filtering lets say for contoso.com only?

Thank you in advance

April 20th, 2015 12:33am

you can do this at your mailbox server itself using transport rules.

Condition : Any attachment's file extension matches 

Value : zip

Action : Reject the message with the explanation

Value : Attachment type not allowed

Exception : domain is

Value : contoso.com

please let me know for further clarification

Free Windows Admin Tool Kit Click here and download it now
April 20th, 2015 12:12pm

Hi,

You can add the IP addresses of email servers to IP allow list, email from mail servers that you specify in the IP Allow list is exempt from processing by other Exchange anti-spam agents.

Add-IPAllowListEntry -IPAddress 192.168.1.10 -ExpirationTime "5/31/2015 15:00"

Manage Connection Filtering on Edge Transport Servers

https://technet.microsoft.com/en-us/library/bb124376%28v=exchg.150%29.aspx?f=255&MSPPError=-2147217396

Or you can configure the content filter so that all senders in the domain contos.com and all subdomains arent checked by content filtering.

Set-ContentFilterConfig -BypassedSenderDomains @{Add=domain1,domain2}

Manage content filtering

https://technet.microsoft.com/en-us/library/aa995953(v=exchg.150).aspx

Best Regards.

April 20th, 2015 11:03pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics