To ensure correct operation of Kaspersky Security 8 for Linux Mail Server on CentOS, Red Hat Enterprise Linux, or Rocky Linux operating systems, SELinux must be disabled.
To disable SELinux:
cat /etc/selinux/config
SELINUX parameter has the enforcing value, disable the startup of SELinux at system startup. To do so, in the /etc/selinux/config file, specify SELINUX=disabled instead of SELINUX=enforcing.sestatus
SELinux status parameter has the enabled value, disable SELinux. To do so, run the following command:setenforce 0
SELinux will be disabled.
Page top