Sorry, me no understand difference into LF_PERMBLOCK and LF_PERMBLOCK_ALERT

Locked
LF_PERMBLOCK
Junior Member
Posts: 1
Joined: 30 Jun 2021, 16:25

Sorry, me no understand difference into LF_PERMBLOCK and LF_PERMBLOCK_ALERT

Post by LF_PERMBLOCK »

Hello,

really I understand this:

Code: Select all

LF_PERMBLOCK = "1"
means "YES, plese protect my server and BLOCK any IP with BAD actions".

Code: Select all

LF_PERMBLOCK_ALERT = "0"
means "NOT send email when a new IP is blocked".

I am wrong?

... just I have this config:

Code: Select all

LF_PERMBLOCK = "1"
LF_PERMBLOCK_INTERVAL = "86400"
LF_PERMBLOCK_COUNT = "4"
LF_PERMBLOCK_ALERT = "0"
and I get many emails each hour about new IPs blockeds.

what config I need?


thanks
Locked