Disable all the email alert (CSF,cPanel and Webpanel) Print

  • Disable Alert, Email Alert, CSF, Configserver
  • 0

Open the CSF configuration file at:

nano /etc/csf/csf.conf


Find and disable alert emails by setting these values to 0 or empty (""):

LF_ALERT_TO = ""
LF_EMAIL_ALERT = "0"
LF_DIRWATCH_EMAIL = "0"
LF_CPANEL_ALERT = "0"
LF_DISTFTP_ALERT = "0"
LF_DISTSMTP_ALERT = "0"
PT_ALL_USERS = "0"
PT_USERMEM = "0"
PT_USERTIME = "0"
PT_USERPROC = "0"
PT_LIMIT = "0"

Was this answer helpful?

« Back