Skip to main content

SMTP Restriction, SPAM Attacks

Comments

2 comments

  • 24x7server
    I think your website is sending mail through php mail function. May be your account compromised and due to that your site is sending all these mails. I will suggest you please update your web scripts to latest version and delete all unwanted files from your account.
    0
  • cPanelMichael
    Hello :) The following command can help determine which account has the most email originating from it:
    awk '/cwd=\/home\// {print $3}' /var/log/exim_mainlog|sort|uniq -c|sort -n
    The command checks /var/log/exim_mainlog for the paths of scripts in the /home directory that are sending emails, and then sorts them from highest to lowest, based on the number of emails found in the log from that path. Thank you.
    0

Please sign in to leave a comment.