Hello,
I use CSF on my new CentOS 7 VPS server.
I have ran the firewall check and I see following warnings:
1. Check MySQL LOAD DATA disallows LOCAL
my.cnf file contains the following:
!includedir /etc/my.cnf.d
in that directory I have several files. in the file etc/my.cnf.d/server.cnf I have following
[mysqld]
local-infile = 0
2. Check dovecot weak SSL/TLS Ciphers (ssl_cipher_list)
my /etc/dovecot/dovecot.conf contains the following:
!include conf/ssl.conf
in that file I have the following:
ssl_cert = </etc/exim.cert
ssl_key = </etc/exim.key
ssl_protocols = !SSLv2 !SSLv3
ssl_cipher_list = ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM:-LOW:-SSLv2:-EXP
So I have these setting, Why do I still have these warnings?