how to turn off unnecessary notification emails

rhett

Verified User
Joined
Jul 30, 2025
Messages
18
The server kept sending below notifications:
1. lfd on server: System Integrity checking detected a modified system file
2. Undeliverable: rkhunter Daily Run on server
3. lfd on server: Suspicious File Alert

I've checked and those are false positive warnings, and added following config:
1. /etc/csf/csf.pignore
exe:/usr/local/php83/bin/lsphp
user:admin
cmd:lsphp:ing.com/private_html/wp-admin/admin-ajax.php

2. /etc/csf/csf.fignore
/dev/shm/39984eeb212cf3daba3e566933ef0a3d/*
/dev/shm/39984eeb212cf3daba3e566933ef0a3d/*/*
/dev/shm/39984eeb212cf3daba3e566933ef0a3d/*/*/*
/dev/shm/39984eeb212cf3daba3e566933ef0a3d/*/*/*/*
........ (different folder levels)

3. I've set LF_EMAIL_ALERT to "off"

But I still get those notifications everyday. How to solve this, please?
 
Hello,

 
Back
Top