Introduction
Often at times, if you do not configure the email address for CSF/LFD notifications, it will cause server's EXIM queue to be filled up, as by default the notification will be sent to root, which the root user does not accept any local email deliveries.
Procedure
Please note, that CSF/LFD is 3rd party software that is not provided by cPanel & WHM. If there are any issues, please contact ConfigServer directly here:
- Open up "/etc/csf/csf.conf" file with your favorite text editor
-
Look for the field: "LF_ALERT_TO", it should looks like below at a default state:
LF_ALERT_TO = ""
-
Add in your email address, it should looks like below after your modification
LF_ALERT_TO = "youremail@yourdomain.com"
-
Restart CSF
csf -r
And that's it! You will now receive emails to your configured email address for your CSF/LFD notifications.
Comments
0 comments
Article is closed for comments.