Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -95,24 +95,26 @@ To create a new Content Filter:
2. Select the **Add Filter** button to create a new filter.

3. Configure the new Incoming Content Filter as follows:
* **Name**: `A1S_to_ESA`
* **Description**: `Email Security inspected messages for final delivery`
* **Order**: This filter must come before the previously created filter.
* **Conditions**: Add conditions of type **Remote IP/Hostname** with all the IP addresses mentioned in [Egress IPs](/email-security/deployment/inline/reference/egress-ips/). For example:
Order | Condition | Rule
\----- | -------------------- | ---
`1` | `Remote IP/Hostname` | `52.11.209.211`
`2` | `Remote IP/Hostname` | `52.89.255.11`
`3` | `Remote IP/Hostname` | `52.0.67.109`
`4` | `Remote IP/Hostname` | `54.173.50.115`
`5` | `Remote IP/Hostname` | `104.30.32.0/19`
`6` | `Remote IP/Hostname` | `158.51.64.0/26`
`7` | `Remote IP/Hostname` | `158.51.65.0/26`
* Ensure that the *Apply rule:* dropdown is set to **If one or more conditions match**.
* **Actions**: Select **Add Action**, and add the following:
Order | Action | Rule
\--- | -------------------- | ---
1 | `Skip Remaining Content Filters (Final Action)` | `skip-filters()`
- **Name**: `A1S_to_ESA`
- **Description**: `Email Security inspected messages for final delivery`
- **Order**: This filter must come before the previously created filter.
- **Conditions**: Add conditions of type **Remote IP/Hostname** with all the IP addresses mentioned in [Egress IPs](/email-security/deployment/inline/reference/egress-ips/). For example:

| Order | Condition | Rule |
| ----- | -------------------- | -------------------- |
| `1` | `Remote IP/Hostname` | `Remote IP/Hostname` |
| `2` | `Remote IP/Hostname` | `52.89.255.11` |
| `3` | `Remote IP/Hostname` | `52.0.67.109` |
| `4` | `Remote IP/Hostname` | `54.173.50.115` |
| `5` | `Remote IP/Hostname` | `104.30.32.0/19` |
| `6` | `Remote IP/Hostname` | `158.51.64.0/26` |
| `7` | `Remote IP/Hostname` | `158.51.65.0/26` |

- Ensure that the *Apply rule:* dropdown is set to **If one or more conditions match**.
- **Actions**: Select **Add Action**, and add the following:
| Order | Action | Rule |
| ----- | ----------------------------------------------- | ---------------- |
| --1 | `Skip Remaining Content Filters (Final Action)` | `skip-filters()` |

![Content filter](~/assets/images/email-security/deployment/inline-setup/cisco-cisco-mx/step3-from-area1.png)

Expand Down