Advertisement
Guest User

Untitled

a guest
Feb 21st, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. ###########Block User#############
  2. logfile /path/to/log 0644
  3. if
  4. ($received_protocol is "local"
  5. or $received_protocol is "smtp"
  6. or $received_protocol is "smtps"
  7. or $received_protocol is "esmtp"
  8. or $received_protocol is "esmtpa"
  9. or $received_protocol is "esmtps"
  10. or $received_protocol is "esmtpsa")
  11. and ("$h_to:, $h_cc:" contains "$User")
  12. or ("$h_from:" contains "$User")
  13. then
  14. logwrite "$tod_full $message_id from $sender_address contained $User (Cpanel User) keywords"
  15. seen finish
  16. endif
  17.  
  18. #####################Block User#####################
  19.  
  20. ben
  21. phil
  22. john
  23. joe
  24. Ali
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement