Skip to main content

Block spam email from my server.

Comments

2 comments

  • triantech
    Try this script to find the exact location of the spamming scripts :
    awk '{ if ($0 ~ "cwd" && $0 ~ "home") {print $3} }' /var/log/exim_mainlog | sort | uniq -c | sort -nk 1
    0
  • cPanelMichael
    Hello, Yes, as mentioned, it's a good idea to determine the source of the SPAM and to delete the offending script. You may also find the following document helpful:
    0

Please sign in to leave a comment.