Skip to main content

Spam

Comments

1 comment

  • cPanelPeter cPanel Staff
    Hello, You need to review the /var/log/exim_mainlog file. Also running the following command may help to identify the spammer or compromised account. awk '$3 ~ /^cwd/{print $3}' /var/log/exim_mainlog | sort | uniq -c | sed "s|^ *||g" | sort -nr
    This command will list all accounts and number of messages sent.
    0

Please sign in to leave a comment.