Hi, we have a server on IBM CLOUD and we have installed CSF.
Yesterday we did two procedures by ssh:
cd /var/spool/exim/db
rm -f retry retry.lockfile
rm -f wait-remote_smtp wait-remote_smtp.lockfile
service exim restart
And:
/usr/sbin/exim_tidydb -t 1d /var/spool/exim retry > /dev/null
/usr/sbin/exim_tidydb -t 1d /var/spool/exim reject > /dev/null
/usr/sbin/exim_tidydb -t 1d /var/spool/exim wait-remote_smtp > /dev/null
/scripts/courierup -- force
/scripts/eximup --force
After that we receive A LOT OF mails with ALERT and NOTIFICATIONS like this below:
Probe: Mounted File System Monitoring Agent
Filesystem /home/virtfs/housewebsite/usr/local/cpanel/3rdparty/mailman/qfiles (on /dev/sda5) is mounted, but is not in /etc/fstab, should be investigated
Filesystem /home/virtfs/turinswww/var/cpanel/email_send_limits (on /dev/sda3) is mounted, but is not in /etc/fstab, should be investigated
Filesystem /home/virtfs/opensmilewww/var (on /dev/sda3) is mounted, but is not in /etc/fstab, should be investigated
We're receiveing this mails everytime.
All our services about website access and mail are normally.
We reboot our server, reinstall CSF and now uninstall CSF. But nothing change, we receive the alerts yet.