Advertisement
ABSAhmad

Untitled

Dec 18th, 2015
72
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. email_addr="my@email.com,myuserkey+mydevicename+p1@api.pushover.net"
  12.  
  13. # Ignore e-mail alerts for reports in which all hits have been cleaned.
  14. # This is ideal on very busy servers where cleaned hits can drown out
  15. # other more actionable reports.
  16. email_ignore_clean="1"
  17.  
  18. ##
  19. # [ QUARANTINE OPTIONS ]
  20. ##
  21. # The default quarantine action for malware hits
  22. # [0 = alert only, 1 = move to quarantine & alert]
  23. quarantine_hits="1"
  24.  
  25. # Try to clean string based malware injections
  26. # [NOTE: quarantine_hits=1 required]
  27. # [0 = disabled, 1 = clean]
  28. quarantine_clean="1"
  29.  
  30. # The default suspend action for users wih hits
  31. # Cpanel suspend or set shell /bin/false on non-Cpanel
  32. # [NOTE: quarantine_hits=1 required]
  33. # [0 = disabled, 1 = suspend account]
  34. quarantine_suspend_user="0"
  35.  
  36. # The minimum userid value that can be suspended
  37. # [ default = 500 ]
  38. quarantine_suspend_user_minuid="500"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement