ABSAhmad

Untitled

Dec 18th, 2015
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. # [ EMAIL ALERTS ]
  2. ##
  3. # The default email alert toggle
  4. # [0 = disabled, 1 = enabled]
  5. email_alert=1
  6.  
  7. #email_subj is missing
  8.  
  9. # The destination addresses for email alerts
  10. # [ values are comma (,) spaced ]
  11.  
  12. # Ignore e-mail alerts for reports in which all hits have been cleaned.
  13. # This is ideal on very busy servers where cleaned hits can drown out
  14. # other more actionable reports.
  15. email_ignore_clean="1"
  16.  
  17. ##
  18. # [ QUARANTINE OPTIONS ]
  19. ##
  20. # The default quarantine action for malware hits
  21. # [0 = alert only, 1 = move to quarantine & alert]
  22. quarantine_hits="1"
  23.  
  24. # Try to clean string based malware injections
  25. # [NOTE: quarantine_hits=1 required]
  26. # [0 = disabled, 1 = clean]
  27. quarantine_clean="1"
  28.  
  29. # The default suspend action for users wih hits
  30. # Cpanel suspend or set shell /bin/false on non-Cpanel
  31. # [NOTE: quarantine_hits=1 required]
  32. # [0 = disabled, 1 = suspend account]
  33. quarantine_suspend_user="0"
  34.  
  35. # The minimum userid value that can be suspended
  36. # [ default = 500 ]
  37. quarantine_suspend_user_minuid="500"
Advertisement
Add Comment
Please, Sign In to add comment