Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jul 1st, 2012  |  syntax: None  |  size: 1.05 KB  |  hits: 16  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. root@vps9647:/home/florian# mcedit /etc/fail2ban/filter.d/sasl.conf
  2. /etc/fail2ban/filter.d/sasl.conf   [----]  0 L:[  1+ 0   1/ 24] *(0   / 679b)   35 0x023
  3. # Fail2Ban configuration file
  4. #
  5. # Author: Yaroslav Halchenko
  6. #
  7. # $Revision: 728 $
  8. #
  9.  
  10. [Definition]
  11.  
  12. # Option: failregex
  13. # Notes.: regex to match the password failures messages in the logfile. The
  14. #          host must be matched by a group named "host". The tag "<HOST>" can
  15. #          be used for standard IP/hostname matching and is only an alias for
  16. #          (?:::f{4,6}:)?(?P<host>[\w\-.^_]+)
  17. # Values: TEXT
  18. #
  19. failregex = (?i): warning: [-._\w]+\[<HOST>\]: SASL (?:LOGIN|PLAIN|(?:CRAM|DIGEST)-MD5) authentication failed(: [A-Za-z0-9+/]*={0,2})?$
  20.  
  21. # Option:  ignoreregex
  22. # Notes.:  regex to ignore. If this regex matches, the line is ignored.
  23. # Values:  TEXT
  24. #
  25. ignoreregex =.
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  1Help          2Save          3Mark           4Replac         5Copy           6Move          7Search         8Delete         9PullDn        10Quit