1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
# Uncommet the following to change the date and time format for the
# subject of e-Mails to the format for your locale
#DATE=$(/bin/date +'%X %x')
# Uncomment to remove the introduction
INTRO=0
# Level of filtering for the emails
REPORTLEVEL="server"
# Uncomment the below line to enable debugging into to stderr
# Setting it to 2 will not cleanup TMPDIR when logcheck has run
#LOGCHECKDEBUG=1
# Uncommenting the below will change the subject lines on the emails
#ATTACKSUBJECT="Attack Alerts"
#SECURITYSUBJECT="Security Events"
#EVENTSSUBJECT="System Events"
# Uncomment the below to use sort -u, this will destory the
# orginal log order
#SORTUNIQ=1
# To enable the cracking.ignore support uncomment the below line
# And put your rulefiles in /etc/logcheck/cracking.ignore.d
#SUPPORT_CRACKING_IGNORE=1
# Where we send mailto
SENDMAILTO="root"
|