Please note that Way to the Web Ltd. (the company behind ConfigServer) has announced it will close permanently on August 31, 2025. However, their free scripts will remain available under the GPLv3 license. For more details, see:
ConfigServer Services Announcement
Introduction
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
- 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.