Skip to main content

Cant find script sending spam

Comments

2 comments

  • cPanelMichael
    Hello, Try running the following command to see if it provides more information about the directory the email is coming from: grep cwd /var/log/exim_mainlog | grep -v /var/spool | awk -F"cwd=" '{print $2}' | awk '{print $1}' | sort | uniq -c | sort -n
    Thank you.
    0
  • madpato
    with that found out that is the public_html folder i will have to check all the files there. Thanks it helped me to narrow the search.
    0

Please sign in to leave a comment.