|
1 | 1 | ---
|
2 | 2 | title: Manage individual sensors
|
3 | 3 | 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 |
5 | 5 | ms.topic: how-to
|
6 | 6 | ---
|
7 | 7 |
|
@@ -152,7 +152,7 @@ This section describes how to ensure connection between the sensor and the on-pr
|
152 | 152 |
|
153 | 153 | 8. In the on-premises management console, in the **Site Management** window, assign the sensor to a site and zone.
|
154 | 154 |
|
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). |
156 | 156 |
|
157 | 157 | ## Change the name of a sensor
|
158 | 158 |
|
@@ -306,6 +306,33 @@ The console will display restore failures.
|
306 | 306 |
|
307 | 307 | - Sign in to an administrative account and enter `$ sudo cyberx-management-system-restore`.
|
308 | 308 |
|
| 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 | + |
309 | 336 | ## Forward sensor failure alerts
|
310 | 337 |
|
311 | 338 | You can forward alerts to third parties to provide details about:
|
|
0 commit comments