Skip to main content

one account is sending spam with username @ hostname

Comments

6 comments

  • keat63
    I don't know how to find your problem, but have you considered changing the password on that email account. It might save you from landing on an RBL in the mean time.
    0
  • Jaro747
    I don't know how to find your problem, but have you considered changing the password on that email account. It might save you from landing on an RBL in the mean time.

    email was sent from username@hostname ( no email account ) exigrep inixmidoo /var/log/exim_mainlog* in log no information about script / file location 2020-10-20 03:14:49 1kUgEj-00Aya7-C4 <= arp@hostname U=arp P=local S=1060 T="Page 2019 - Confidential details" for user@gmail.com 2020-10-20 03:14:49 1kUgEj-00Aya7-C4 Sender identification U=arp D=arp.domain.pl S=arp 2020-10-20 03:14:49 1kUgEj-00Aya7-C4 SMTP connection outbound 1603156489 1kUgEj-00Aya7-C4 arp.webinfocloud.pl user@gmail.com 2020-10-20 03:14:50 1kUgEj-00Aya7-C4 => user@gmail.com R=dkim_lookuphost T=dkim_remote_smtp H=gmail-smtp-in.l.google.com [] X=TLS1.2:ECDHE-ECDSA-AES128-GCM-SHA256:128 CV=yes C="250 2.0.0 OK 1603156490 j9si204179wrn.28 - gsmtp" 2020-10-20 03:14:50 1kUgEj-00Aya7-C4 Completed
    0
  • andrew.n
    You should read the header of the email. You can do so with: exim -Mvh 1kUgEj-00Aya7-C4
    0
  • cPanelLauren
    You should read the header of the email. You can do so with: exim -Mvh 1kUgEj-00Aya7-C4

    This will only work for messages stuck in queue/messages that haven't been delivered yet. But you should be able to view some stats using the following: perl <(curl -s https://raw.githubusercontent.com/cPanelTechs/SSE/master/sse.pl) -s
    Which is something we use internally to quickly identify the source of spam mail
    0
  • Jaro747
    thank you for perl <(curl -s https://raw.githubusercontent.com/cPanelTechs/SSE/master/sse.pl) -s
    script spammer found
    0
  • keat63
    I'm an advocate of CSF Maiscanner myself. It's a great tool for things like this, but it's not free.
    0

Please sign in to leave a comment.