Skip to main content

Sending spam from my vps

Comments

2 comments

  • em.ci
    Can you provide more information? What do you see in the exim log? There can be many reasons: - Your website's contact form is being abused. - One of your mail accounts has been hacked and the spammers send mails with a fake sender. - spam script
    0
  • cPanelLauren
    Based on what you've said it sounds like you have a script sending spam. The following should give you a good idea of where the spam is originating from: grep cwd /var/log/exim_mainlog | grep -v /var/spool | awk -F"cwd=" '{print $2}' | awk '{print $1}' | sort | uniq -c | sort -n
    Once you find the directory it is originating from you can check the files within that directory. I'd also advise running a malware scan with something like imunify, maldet or ClamAV
    0

Please sign in to leave a comment.