Customize Blockcracking

sahostking

Verified User
Joined
Jan 29, 2021
Messages
110
Location
South Africa
We noticed that only when 100 failed emails are reached the system changes the password automatically and hence stops outgoing spam when a email accountn is compromised.

We are considering dropping this to 50 or even lower at 25. As we notice not many are being caught.

Is this the file to edit?
/etc/exim.blockcracking/variables.conf.custom

Do we just add the following:

BC_LIM == 50 - how many invalid emails can be send withn BC_PERIOD before block
BC_PERIOD == 1h - Period of time the invalid emails can be send before block

Any other recommendations will be appreciated.

Thanks
 
We noticed that only when 100 failed emails are reached the system changes the password automatically and hence stops outgoing spam when a email accountn is compromised.

We are considering dropping this to 50 or even lower at 25. As we notice not many are being caught.

Is this the file to edit?
/etc/exim.blockcracking/variables.conf.custom

Do we just add the following:

BC_LIM == 50 - how many invalid emails can be send withn BC_PERIOD before block
BC_PERIOD == 1h - Period of time the invalid emails can be send before block

Any other recommendations will be appreciated.

Thanks
Yes, and after editing variables.conf.custom, run ./build exim_conf to apply the changes.
 
Back
Top