DOSEmailNotify option doesnt work for my server
this what i have in httpd.conf
<IfModule mod_evasive.c>
DOSHashTableSize 24593
DOSPageCount 5
DOSSiteCount 100
DOSPageInterval 1
DOSSiteInterval 1
DOSBlockingPeriod 10
DOSEmailNotify webmaster@domain.com
</IfModule>
when i run the test ./test.pl i can see the dos-ip file in /tmp but i dont get any emails
i know the problem is related to mod_evasive.c file in the line:
#define MAILER "/bin/mail -t %s"
but since it didnt work for my server it means there somthing should be modified to the MAILER path in mod_evasive.c file
my server run RHE5 + cPanel + Apache1.3x
any idea how to slove this problem?



LinkBack URL
About LinkBacks
Reply With Quote





