Skip to main content

WHM VPS abuse report from Datacenter - How to find which CPanel user is sending SPAM ?

Comments

2 comments

  • 24x7server
    Hello, I can see you do not have a root access to check the mails server logs, Please try to contact your hosting provider and ask them to check this. If you have root access, Please try with the following command. This command will show you directory path if your any domain is sending the mails through scripts. awk '$3 ~ /^cwd/{print $3}' /var/log/exim_mainlog | sort | uniq -c | sed "s|^ *||g" | sort -nr
    Also check :
    0
  • cPanelMichael
    Hello :) Please check to see if they can provide you with an example of an email that was sent out so you can review the message headers in order to determine the source of the message. You may also find the following documents helpful: Prevent Email Abuse Mail Limiting Features Thank you.
    0

Please sign in to leave a comment.