#Author : Richard DEMONGEOT - richard [AT] demongeot [dot] biz
#Configuration File for my script who send automaticly abuse email
#for SSH scans.
#
#This script need logwatch.

#Email from customer who send abuse
MyMail="My@email.com"

#Do you want to be a copy of abuse sent?
#Yes=1 No=0
CopyOfAbuse=1

#Path do my directory
MyDir="/usr/local/scripts/sendautomaticabuse/"

#Files who contain logs
LogFile="/var/log/auth.log"
OldLogFile="/var/log/auth.log.0"

#TimeZONE
TZ="Europe-Paris CEST+2"
