SMTP Settings

Print Friendly, PDF & Email

This feature helps you set the SMTP Host Details. All emails from Seqrite Endpoint Protection such as Notification mails and Report mails will be sent to the SMTP Server for further routing.
To configure the SMTP Settings, follow these steps:

  1. Log on to the Seqrite Endpoint Protection.
  2. Go to Configurations > SMTP Settings.
  3. Select the Enable SMTP Settings check box.
  4. In the SMTP Server text box, type the IP Address or domain name of SMTP server.
  5. In the Port text box, type the port number.
  6. In the Senders Email Address text box, type the email address.
    This email address will appear as From Address in all the emails sent from Seqrite Endpoint Protection server.
  7. Select the Require Server Authentication check box.
  8. For user authentication, type the user name in the Username text box.
    The Username field depends on your SMTP server. It may ask you to provide either user name or email ID.
  9. In the Password text box, type the password.
  10. In User Authentication Method, select one of the following:
    • None: Select this option to send email notification through HTTP protocol.
    • SSL: Select this option to send email notification through SSL (Secure Sockets Layer) protocol.
    • TLS: Select this option to send email notification through TLS (Transport Layer Security) protocol.
  11. Seqrite recommends that to ensure the SMTP host details are correct, test the SMTP settings. To test the SMTP settings, click Test Mail. After successful verification, click Apply.
  12. In the Test Mail for SMTP dialog, in the To text box, enter the email ID of the user.
  13. Click Send Email.
    Seqrite Endpoint Protection cannot send emails if the SMTP settings are configured using public mail server (Example: Gmail) and if Allow less secure apps setting is disabled in the public mail servers.

To send the emails from EPP with TLS authentication method configured at SMTP side, perform the following steps:

  1. Retrieve the certificate files used to configure your SMTP. For example, certificate.crt and certkey.key . The file names may vary on your setup.
  2. Initiate an SSH session to the EPP server as the root user.
  3. Copy the .crt and .key files from the first step at a desired location on EPP server system, such as /opt/
  4. Place these certificate files in /usr/local/share/ca-certificates/ using following command
    cp /opt/certificate.crt /usr/local/share/ca-certificates/
    cp /opt/certkey.key /usr/local/share/ca-certificates/
  5. Update Certificate Authority Store using the this command: update-ca-certificates
  6. Restart wildfly using this command: sudo systemctl restart wildfly
Was this page helpful?