If you are using the distributed solution and multitenancy mode, use the web interface of the PCN or SCN server for which you want to configure parameters.
To configure integration with a mail server over SMTP:
This opens a window with information about the component.
To disable a domain or subdomain, enclose it in the !domain.tld
form.
If you leave the mail domain name blank, the application will receive messages sent to any email address.
To disable a host or subnet, enclose the address in the !host
form.
If you leave this field blank, the application will receive the following messages:
The application will not employ TLS encryption of connections with a mail server.
The application will support TLS encryption of the connection, but encryption will not be mandatory.
The application will receive messages only over encrypted channels.
This certificate is required for authentication on the mail server.
The application will not verify the TLS certificate of the mail server.
The application will request a TLS certificate from the mail server, if one is available.
The application will receive messages only from those mail servers that have a TLS certificate.
Integration with a mail server via SMTP will be configured. The application will scan email messages received over the SMTP protocol according to the defined settings.
If you have deployed the Central Node and Sensor components as a cluster, you can configure high availability integration with the mail server.
To configure high availability integration with the mail server:
Integration with the mail server will be configured based on the domain name. The mail server will communicate with a random server in the cluster. If this server fails, the mail server will communicate with another healthy server in the cluster.
For version 7.0 of the application in a cluster configuration, when integrated with a mail server, an error may occur when sending an email message: "451 4.3.0 Error: queue file write error".
To resolve the error:
The application component administrator menu is displayed.
This opens the Technical Support Mode confirmation window.
for addr in <IP addresses of cluster servers (separated by spaces)>; do nc -zv $addr 10025; done
The list of servers is displayed on the console.
localhost [127.0.0.1] 10025 (?) open
string is displayed on the console.The error is resolved.
If you do not get a localhost [127.0.0.1] 10025 (?) open
string for any of the cluster servers, please contact Technical Support.
When installing the Central Node component of version 7.0.3 on the server, Kaspersky Anti Targeted Attack Platform may refuse email messages received via SMTP. The sender may get a "Connection refused" error.
To remove the limitation:
The application component administrator menu is displayed.
This opens the Technical Support Mode confirmation window.
sudo -i
docker exec $(docker ps -q -f name=preprocessor_span) supervisorctl restart preprocessor
docker exec $(docker ps -q -f name=preprocessor_smtp) supervisorctl restart preprocessor
The limitation is removed.
Page top