Skip to content

Commit d2d0f72

Browse files
authored
Merge pull request #218166 from Shereen-Bhar/SMTP-settings-for-sensor
add SMTP settings for sensor section
2 parents e393570 + eacdcd1 commit d2d0f72

File tree

2 files changed

+33
-5
lines changed

2 files changed

+33
-5
lines changed

articles/defender-for-iot/organizations/how-to-forward-alert-information-to-partners.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ The following Forwarding rules allow encryption and certificate validation:
5656

5757
## Create forwarding rules
5858

59+
**Prerequisites**:
60+
61+
Before you can configure a forwarding rule, you'll need to define SMTP settings on your sensor. For more information, see [Configure SMTP settings](how-to-manage-individual-sensors.md#configure-smtp-settings).
62+
5963
**To create a new forwarding rule**:
6064

6165
1. Sign in to the sensor.
@@ -95,9 +99,6 @@ Send mail that includes the alert information. You can enter one email address p
9599

96100
1. Select **Save**.
97101

98-
>[!NOTE]
99-
>Make sure you also add an SMTP server to System Settings -> Integrations -> SMTP Server in order for the EMAIL forwarding rule to function
100-
101102
### Syslog server actions
102103

103104
The following formats are supported:

articles/defender-for-iot/organizations/how-to-manage-individual-sensors.md

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Manage individual sensors
33
description: Learn how to manage individual sensors, including managing activation files, certificates, performing backups, and updating a standalone sensor.
4-
ms.date: 11/07/2022
4+
ms.date: 11/28/2022
55
ms.topic: how-to
66
---
77

@@ -152,7 +152,7 @@ This section describes how to ensure connection between the sensor and the on-pr
152152

153153
8. In the on-premises management console, in the **Site Management** window, assign the sensor to a site and zone.
154154

155-
Continue with additional configurations, such as [adding users](manage-users-on-premises-management-console.md), [configuring forwarding exclusion rules](how-to-forward-alert-information-to-partners.md) and more. For more information,, see [Activate and set up your on-premises management console](how-to-activate-and-set-up-your-on-premises-management-console.md).
155+
Continue with additional settings, such as [adding users](how-to-create-and-manage-users.md), [setting up an SMTP server](how-to-manage-individual-sensors.md#configure-smtp-settings), [forwarding alert rules](how-to-forward-alert-information-to-partners.md), and more. For more information, see [Activate and set up your on-premises management console](how-to-activate-and-set-up-your-on-premises-management-console.md).
156156

157157
## Change the name of a sensor
158158

@@ -306,6 +306,33 @@ The console will display restore failures.
306306

307307
- Sign in to an administrative account and enter `$ sudo cyberx-management-system-restore`.
308308

309+
## Configure SMTP settings
310+
311+
Define SMTP mail server settings for the sensor so that you configure the sensor to send data to other servers.
312+
313+
You'll need an SMTP mail server configured to enable email alerts about disconnected sensors, failed sensor backup retrievals, and SPAN monitoring port failures from the on-premises management console, and to set up mail forwarding and configure [forwarding alert rules](how-to-forward-alert-information-to-partners.md).
314+
315+
**Prerequisites**:
316+
317+
Make sure you can reach the SMTP server from the [sensor's management port](/best-practices/understand-network-architecture).
318+
319+
**To configure an SMTP server on your sensor**:
320+
321+
1. Sign in to the sensor as an **Admin** user and select **System settings** > **Integrations** > **Mail server**.
322+
323+
1. In the **Edit Mail Server Configuration** pane that appears, define the values for your SMTP server as follows:
324+
325+
|Parameter |Description |
326+
|---------|---------|
327+
|**SMTP Server Address** | Enter the IP address or domain address of your SMTP server. |
328+
|**SMTP Server Port** | Default = 25. Adjust the value as needed. |
329+
|**Outgoing Mail Account** | Enter an email address to use as the outgoing mail account from your sensor. |
330+
|**SSL** | Toggle on for secure connections from your sensor. |
331+
|**Authentication** | Toggle on and then enter a username and password for your email account. |
332+
|**Use NTLM** | Toggle on to enable [NTLM](/windows-server/security/kerberos/ntlm-overview). This option only appears when you have the **Authentication** option toggled on. |
333+
334+
1. Select **Save** when you're done.
335+
309336
## Forward sensor failure alerts
310337

311338
You can forward alerts to third parties to provide details about:

0 commit comments

Comments
 (0)