Where are mail filter by excahnge

You're looking for the location of the "Mail Filter" feature in Exchange!

In Exchange, the Mail Filter feature is also known as "Transport Rules" or "Journaling Rules". It's a powerful tool that allows administrators to filter, redirect, or block email messages based on specific conditions.

Here are the locations where you can find the Mail Filter feature in Exchange:

Exchange Online (Office 365)

  1. Go to the Exchange admin center (EAC) at https://admin.exchange.microsoft.com.
  2. Click on "Mail flow" in the navigation pane.
  3. Click on "Rules" in the "Mail flow" section.
  4. Click on "New rule" to create a new rule or edit an existing one.

On-Premises Exchange Server

  1. Open the Exchange Management Console (EMC).
  2. Expand "Organization Configuration" and then click on "Hub Transport".
  3. Click on "Transport Rules" in the "Hub Transport" section.
  4. Right-click on "Transport Rules" and select "New Transport Rule" to create a new rule or edit an existing one.

Exchange PowerShell

  1. Open the Exchange Management Shell (EMS).
  2. Run the following command to create a new transport rule: New-TransportRule -Name <rule name> -Conditions <condition> -Actions <action>
  3. Run the following command to edit an existing transport rule: Set-TransportRule -Identity <rule name> -Conditions <condition> -Actions <action>

Remember to replace <rule name>, <condition>, and <action> with the actual values you want to use for your mail filter rule.