jail.local 904 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. [DEFAULT]
  2. ignoreip = 127.0.0.1/8
  3. [ssh-iptables]
  4. enabled = true
  5. filter = sshd
  6. action = vesta[name=SSH]
  7. logpath = /var/log/auth.log
  8. maxretry = 5
  9. [vsftpd-iptables]
  10. enabled = false
  11. filter = vsftpd
  12. action = vesta[name=FTP]
  13. logpath = /var/log/vsftpd.log
  14. maxretry = 5
  15. [exim-iptables]
  16. enabled = true
  17. filter = exim
  18. action = vesta[name=MAIL]
  19. logpath = /var/log/exim4/mainlog
  20. maxretry = 5
  21. [dovecot-iptables]
  22. enabled = true
  23. filter = dovecot
  24. action = vesta[name=MAIL]
  25. logpath = /var/log/dovecot.log
  26. maxretry = 5
  27. [mysqld-iptables]
  28. enabled = false
  29. filter = mysqld-auth
  30. action = vesta[name=DB]
  31. logpath = /var/log/mysql.log
  32. maxretry = 5
  33. [vesta-iptables]
  34. enabled = true
  35. filter = vesta
  36. action = vesta[name=VESTA]
  37. logpath = /var/log/vesta/auth.log
  38. maxretry = 5
  39. [roundcube-auth]
  40. enabled = false
  41. filter = roundcube-auth
  42. port = http,https
  43. logpath = /var/log/roundcube/errors
  44. maxretry = 5