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