stop emailing alerts about temporarily Block IP?
-
- Junior Member
- Posts: 1
- Joined: 28 Oct 2019, 18:18
stop emailing alerts about temporarily Block IP?
hi. i got many email about blocked ip from LF_APACHE_403 option. how can i stop sending email for this one? ( its set to temp block )
-
- Junior Member
- Posts: 80
- Joined: 22 Aug 2019, 21:43
Re: stop emailing alerts about temporarily Block IP?
csf.conf:
###############################################################################
# SECTION:Login Failure Blocking and Alerts
###############################################################################
# Send an email alert if an IP address is blocked by one of the [*] triggers
LF_EMAIL_ALERT = "0"
Note that it will disable emails about other LFD blocking in that section.
###############################################################################
# SECTION:Login Failure Blocking and Alerts
###############################################################################
# Send an email alert if an IP address is blocked by one of the [*] triggers
LF_EMAIL_ALERT = "0"
Note that it will disable emails about other LFD blocking in that section.