You can configure the mail server to send the information to the specified email address.
When a mail server is configured, ensure that the SMTP/POP3 function is enabled for sender accounts registered on the server.
The proxy server supports only the SOCKS 5 proxy when you configure the basic information for the mail server.
The SOCKS protocol enables the client/server application programs in the TCP and UDP domains to conveniently and securely use the network firewall. The proxy server that uses the SOCKS protocol is called the SOCKS server and is a universal proxy server. The SOCKS proxy is usually used in the email and is bound to port 1080 on the proxy server. If the SOCKS proxy service requires identity authentication, you need to apply to the network administrator for a user name and password.
.Parameter |
Description |
Recommended Value |
|---|---|---|
SMTP server |
IP address or domain name of the SMTP server that is responsible for sending the notification mail. |
- |
Server port |
Port number of the SMTP server. |
|
Connection mode |
|
NOTE:
You are advised to select the secure Plain Cipher connections. Otherwise, security risks are caused. |
Sender email |
Email address that sends the notification mail messages. |
The email address can contain only 1 to 32 characters. |
Test email |
Email address used to verify that the communication between the ATIC Management center server and mail server is normal. |
The email address can contain only 1 to 32 characters. |
Username |
User name that is used to access the SMTP server. This parameter is required only when SMTP server identity authentication is selected. |
You can enter the user name registered on the SMTP mail server or obtained from the provider of the mail server. |
Password |
Password that is used to access the SMTP server. This parameter is required only when SMTP server identity authentication is selected. |
The passwords must meet the minimum complexity requirement. That is, the passwords must contain at least three of the following, including upper-case letters (A to Z), lower-case letters (a to z), digits (0 to 9), and special characters (such as !, #, $, and %). You must change the passwords periodically. |
Proxy server IP address |
IP address of the proxy server. This parameter is required only when Proxy server is selected. |
- |
Proxy server port |
Port number of the proxy server. This parameter is required only when Proxy server is selected. |
Default value: 1080. |
Email Signature |
- |
- |
SMTP = Simple Mail Transfer Protocol |
||
If the mail server sends emails in Plain Cipher mode, you need to configure the encryption protocol certificate first.
This step uses the Winmail Server as an example to describe how to configure an encryption protocol certificate.
This step assumes that the Winmail Server (version 6.3 or later) has been set up.
After the Winmail Server is set up, check whether each service is running and view the detailed information about the SSL/TLS certificate.


software-installation-path\Runtime\jre6.0.18\bin>keytool -import -alias mailcert -file "software-installation-path\Runtime\jre6.0.18\lib\security\lfgp000110811.crt" -keystore "software-installation-path\Runtime\jre6.0.18\lib\security\cacerts" -storepass Admin@123
When the message "Trust this certificate? [no]:" is displayed, enter y or yes. When "Certificate was added to keystore" is displayed, the certificate is imported successfully.

lfgp000210059:cd software-installation-path/engineering/jre/bin lfgp000210059:software-installation-path/engineering/jre/bin # ./keytool -import -alias mailcert -file "software-installation-path/engineering/jre/lib/security/lfgp000110811.crt" -keystore "software-installation-path/engineering/jre/lib/security/cacerts" -storepass changeit
If the message Certificate was added to keystore is displayed, the certificate is imported successfully.

