Skip to main content

Spammers send emails from our Server with nonexistent email accounts

Comments

1 comment

  • cPanelMichael
    Hello :) Do you notice any additional information when viewing the message headers of these SPAM messages? What entries do you see for these messages in /var/log/exim_mainlog? This command will help determine which directory the messages are coming from if the SPAM messages are sent through PHP:
    awk '/cwd=\/home\// {print $3}' /var/log/exim_mainlog|sort|uniq -c|sort -n
    Thank you.
    0

Please sign in to leave a comment.