|
|
@ -56,6 +56,8 @@ EOF |
|
|
|
$OUT .= " smeserver-sendmail[name=\"Apache (auth)\",dest=$maildest]\n" |
|
|
|
$OUT .= " smeserver-sendmail[name=\"Apache (auth)\",dest=$maildest]\n" |
|
|
|
if ($mail eq 'enabled'); |
|
|
|
if ($mail eq 'enabled'); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$OUT .=<<"EOF"; |
|
|
|
|
|
|
|
|
|
|
|
[http-badbots] |
|
|
|
[http-badbots] |
|
|
|
enabled = true |
|
|
|
enabled = true |
|
|
|
filter = apache-badbots |
|
|
|
filter = apache-badbots |
|
|
@ -66,6 +68,8 @@ EOF |
|
|
|
$OUT .= " smeserver-sendmail[name=\"Apache (badbots)\",dest=$maildest]\n" |
|
|
|
$OUT .= " smeserver-sendmail[name=\"Apache (badbots)\",dest=$maildest]\n" |
|
|
|
if ($mail eq 'enabled'); |
|
|
|
if ($mail eq 'enabled'); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$OUT .=<<"EOF"; |
|
|
|
|
|
|
|
|
|
|
|
[http-shellshock] |
|
|
|
[http-shellshock] |
|
|
|
enabled = true |
|
|
|
enabled = true |
|
|
|
filter = apache-shellshock |
|
|
|
filter = apache-shellshock |
|
|
@ -76,6 +80,8 @@ EOF |
|
|
|
$OUT .= " smeserver-sendmail[name=\"Apache (shellshock)\",dest=$maildest]\n" |
|
|
|
$OUT .= " smeserver-sendmail[name=\"Apache (shellshock)\",dest=$maildest]\n" |
|
|
|
if ($mail eq 'enabled'); |
|
|
|
if ($mail eq 'enabled'); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$OUT .=<<"EOF"; |
|
|
|
|
|
|
|
|
|
|
|
[http-fakegooglebot] |
|
|
|
[http-fakegooglebot] |
|
|
|
enabled = true |
|
|
|
enabled = true |
|
|
|
filter = apache-fakegooglebot |
|
|
|
filter = apache-fakegooglebot |
|
|
|