Skip to content
Merged
Show file tree
Hide file tree
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ In this tutorial, you will learn how to deliver emails to the Office 365 junk em

## Configure anti-spam policies

<Render file="deployment/o365-use-cases-antispam" params={{ one: "_UserNotifyAdminRelease_", two: "_UserNotifyAdminRelease_", three: "_UserNotifyAdminRelease_", four: "step7-spam.png" }} />
<Render file="deployment/o365-use-cases-antispam" params={{ one: "_UserNotifyAdminRelease_", two: "_UserNotifyAdminRelease_", three: "_UserNotifyAdminRelease_" }} />

## Create transport rules

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ In this tutorial, you will learn how to deliver `SUSPICIOUS` and `BULK` messages

## Configure anti-spam policies

<Render file="deployment/o365-use-cases-antispam" params={{ one: "_UserNotifyAdminRelease_", two: "_UserNotifyAdminRelease_", three: "_UserNotifyAdminRelease_", four: "step7-spam.png" }} />
<Render file="deployment/o365-use-cases-antispam" params={{ one: "_UserNotifyAdminRelease_", two: "_UserNotifyAdminRelease_", three: "_UserNotifyAdminRelease_" }} />

## Create transport rules

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ In this tutorial, you will learn how to deliver `SUSPICIOUS` and `BULK` messages

## Configure anti-spam policies

<Render file="deployment/o365-use-cases-antispam" params={{ one: "_UserNotifyUserRelease_", two: "_UserNotifyAdminRelease_", three: "_UserNotifyAdminRelease_", four: "case2-step7-spam.png" }} />
<Render file="deployment/o365-use-cases-antispam" params={{ one: "_UserNotifyUserRelease_", two: "_UserNotifyAdminRelease_", three: "_UserNotifyAdminRelease_" }} />

## Create transport rules

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,19 @@ To configure anti-spam policies:

7. Set the following conditions and actions (you might need to scroll up or down to find them):

* **Spam**: *Move messages to Junk Email folder*.
* **High confidence spam**: *Quarantine message*.
* **Select quarantine policy**: {props.one}.
* **Phishing**: *Quarantine message*.
* **Select quarantine policy**: {props.two}.
* **High confidence phishing**: *Quarantine message*.
* **Select quarantine policy**: {props.three}.
* **Retain spam in quarantine for this many days**: Default is 15 days. Email Security (formerly Area 1) recommends 15-30 days.

- **Spam**: *Move messages to Junk Email folder*.
- **High confidence spam**: *Quarantine message*.
- **Select quarantine policy**: {props.one}.
- **Phishing**: *Quarantine message*.
- **Select quarantine policy**: {props.two}.
- **High confidence phishing**: *Quarantine message*.
- **Select quarantine policy**: {props.three}.
- **Retain spam in quarantine for this many days**: Default is 15 days. Email Security (formerly Area 1) recommends 15-30 days.
- Select the spam actions in the above step:

<div class="large-img">

<Image alt="Select the spam actions in the above step" width="450" height="650" src={`/images/email-security/static/flexible-partial-images/o365-area1-mx/${props.four}`} />
![Select the spam actions in the above step](~/assets/images/email-security/deployment/inline-setup/o365-area1-mx/case2-step7-spam.png)

</div>

Expand Down
Loading