Advertisement
Guest User

Untitled

a guest
Jan 20th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. zimbra.conf
  2.  
  3. # Fail2Ban configuration file
  4. #
  5. # Author:
  6. #
  7. # $Revision: 1 $
  8. #
  9. [Definition]
  10. # Option: failregex
  11. # Notes.: regex to match the password failures messages in the logfile. The
  12. # host must be matched by a group named "host". The tag "<HOST>" can
  13. # be used for standard IP/hostname matching and is only an alias for
  14. # (?:::f{4,6}:)?(?P<host>[\w\-.^_]+)
  15. # Values: TEXT
  16. #
  17. failregex = \[ip=<HOST>;\] account - authentication failed for .* \(no such account\)$
  18. \[ip=<HOST>;\] security - cmd=Auth; .* error=authentication failed for .*, invalid password;$
  19. ;oip=<HOST>;.* security - cmd=Auth; .* protocol=soap; error=authentication failed for .* invalid password;$
  20. \[oip=<HOST>;.* SoapEngine - handler exception: authentication failed for .*, account not found$
  21. WARN .*;ip=<HOST>;ua=ZimbraWebClient .* security - cmd=AdminAuth; .* error=authentication failed for .*;$
  22. NOQUEUE: reject: RCPT from .*\[<HOST>\]: 550 5.1.1 .*: Recipient address rejected:
  23. # .*\[ip=<HOST>;\] .* - authentication failed for .* \(invalid password\)
  24. #
  25. # Option: ignoreregex
  26. # Notes.: regex to ignore. If this regex matches, the line is ignored.
  27. # Values: TEXT
  28. #ignoreregex =
  29.  
  30.  
  31. sasl.conf
  32.  
  33. # Fail2Ban configuration file
  34. #
  35. # Author: Yaroslav Halchenko
  36. #
  37. # $Revision: 728 $
  38. #
  39.  
  40. [Definition]
  41.  
  42. # Option: failregex
  43. # Notes.: regex to match the password failures messages in the logfile. The
  44. # host must be matched by a group named "host". The tag "<HOST>" can
  45. # be used for standard IP/hostname matching and is only an alias for
  46. # (?:::f{4,6}:)?(?P<host>[\w\-.^_]+)
  47. # Values: TEXT
  48. #
  49. #failregex = (?i): warning: [-._\w]+\[<HOST>\]: SASL (?:LOGIN|PLAIN|(?:CRAM|DIGEST)-MD5) authentication failed(: [A-Za-z0-9+/]*={0,2})?$
  50. failregex = (?i): warning: [-._\w]+\[<HOST>\]: SASL (?:LOGIN|PLAIN|(?:CRAM|DIGEST)-MD5) authentication failed\: authentication failure
  51.  
  52. # Option: ignoreregex
  53. # Notes.: regex to ignore. If this regex matches, the line is ignored.
  54. # Values: TEXT
  55. #
  56. ignoreregex =
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement