To resolve the issue of TLS connection failure when Lorex DVR sends email notifications using Synology NAS MailPlus Server, it appears that the issue might be related to the TLS 1.2 ciphers. Here's a detailed guide on how to ensure that Synology MailPlus Server accepts SMTP connections from Lorex DVR using TLS 1.2 ciphers.
Prerequisites
Before proceeding, ensure that you have the following:
- Access to Synology NAS with MailPlus Server installed.
- Knowledge of Synology DSM (DiskStation Manager) interface.
Steps to configure Synology MailPlus Server
- Log in to your Synology NAS using a web browser.
- Navigate to Control Panel > Mail Server.
- Click on the "SMTP" tab.
Configure SMTP settings
- Under the "General" settings, enable the "Enable SMTP Service" option.
- Set the "SMTP Port" to 587 or 465 (depending on your Lorex DVR's requirements).
- Enable "Start TLS" option.
- Check the "Allow authenticated users to send email as" option if you want Lorex DVR to send emails as a specific user.
Configure TLS settings
- Scroll down to the "TLS" settings.
- Enable the "Use TLS" option.
- Enable the "Require TLS" option.
- Select "TLS 1.2" from the "Supported TLS versions" dropdown menu.
- Ensure the "Cipher Suite" option includes
TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, andTLS_RSA_WITH_AES_128_GCM_SHA256ciphers. - Save the changes.
Configure Authentication settings
- Scroll down to the "Authentication" settings.
- Enable the "Require authentication" option.
- Set the "Username" and "Password" for the Lorex DVR user.
- Save the changes.
Test the configuration
- Restart the MailPlus Server service.
- Test the configuration by sending a test email from the Lorex DVR.
Summary
In this guide, we've explained how to configure Synology MailPlus Server to accept SMTP connections from Lorex DVR using TLS 1.2 ciphers. This should resolve the TLS connection failure issue when Lorex DVR sends email notifications using Synology NAS MailPlus Server.
References
- Synology MailPlus Server User Guide: https://www.synology.com/en-global/knowledgebase/DSM/help/Mail/MailPlus/MailPlus_User_Guide
- Lorex DVR Email Notification Configuration: https://support.lorextechnology.com/hc/en-us/articles/360033551653-Email-Notifications-for-Lorex-DVR-Systems
- TLS 1.2 Ciphers: https://www.ssllabs.com/ssl-cipher-suite-list.html