parent
1f8d32a6e0
commit
2da82e6d45
2 changed files with 24 additions and 0 deletions
@ -0,0 +1,20 @@ |
||||
{ |
||||
|
||||
my $status = $ejabberd{'status'} || 'disabled'; |
||||
return "" if ($status ne 'enabled'); |
||||
my $port = $ejabberd{'TCPPorts'} || '5222,5223,5269'; |
||||
|
||||
$OUT .=<<"EOF"; |
||||
|
||||
[ejabberd] |
||||
enabled = true |
||||
filter = ejabberd |
||||
logpath = /var/log/ejabberd.run/current |
||||
action = smeserver-iptables[port="$port",protocol=tcp,bantime=$bantime] |
||||
EOF |
||||
|
||||
$OUT .= " smeserver-sendmail[name=\"Ejabberd\",dest=$maildest]\n" |
||||
if ($mail eq 'enabled'); |
||||
|
||||
} |
||||
|
@ -0,0 +1,4 @@ |
||||
[Definition] |
||||
|
||||
failregex = Failed authentication for .*@.* from IP <HOST> |
||||
ignoreregex = |
Loading…
Reference in new issue