mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
BF: fix name in action for uwimap-auth
This commit is contained in:
parent
dd10eaa5c0
commit
ab457acc4d
1 changed files with 1 additions and 1 deletions
|
|
@ -419,7 +419,7 @@ logpath = /var/log/maillog
|
|||
[uwimap-auth]
|
||||
enabled = false
|
||||
filter = uwimap-auth
|
||||
action = iptables-multiport[name=perdition,port="110,143,993,995"]
|
||||
action = iptables-multiport[name=uwimap-auth,port="110,143,993,995"]
|
||||
logpath = /var/log/maillog
|
||||
|
||||
[osx-ssh-ipfw]
|
||||
|
|
|
|||
Loading…
Reference in a new issue