mirror of https://github.com/fail2ban/fail2ban
Update jail.conf for oracleims filter.
This is the jail.conf update. Hopefully this will go into pull request #734.pull/734/head
parent
54317d7c3b
commit
70ed93d8cc
|
@ -701,3 +701,11 @@ action = %(banaction)s[name=%(__name__)s-tcp, port="%(tcpport)s", protocol="tcp
|
|||
enabled = false
|
||||
logpath = /var/log/messages ; nrpe.cfg may define a different log_facility
|
||||
maxretry = 1
|
||||
|
||||
|
||||
[oracleims]
|
||||
# see "oracleims" filter file for configuration requirement for Oracle IMS v6 and above
|
||||
enabled = false
|
||||
logpath = /opt/sun/comms/messaging64/log/mail.log_current
|
||||
maxretry = 6
|
||||
banaction = iptables-allports
|
||||
|
|
Loading…
Reference in New Issue