Skip to main content

Email Account Is Not Valid, Yet sending mail Out

Comments

6 comments

  • cPanelMichael
    I have locked down the SMTP, and the nobody from send mail

    Hello :) Could you elaborate on the specific steps you have taken to disable email for the account? Thank you.
    0
  • Ken Roy
    When you look into the site email folder.... It is not there. When you look in the cpanel area it is not there ... See Images
    0
  • cPanelMichael
    It's possible a script is uploaded to the account with the ability to send out email using any sender address. Try searching the account for files with the ability to send out email, or use the following command to see if you notice any scripts sending out large amounts of email:
    awk '{ if ($0 ~ "cwd" && $0 ~ "home") {print $3} }' /var/log/exim_mainlog | sort | uniq -c | sort -nk 1
    Thank you.
    0
  • Ken Roy
    It's possible a script is uploaded to the account with the ability to send out email using any sender address. Try searching the account for files with the ability to send out email, or use the following command to see if you notice any scripts sending out large amounts of email:
    awk '{ if ($0 ~ "cwd" && $0 ~ "home") {print $3} }' /var/log/exim_mainlog | sort | uniq -c | sort -nk 1
    Thank you.

    Thanks for that information I ran this command grep 1agwpj-0006cZ-1I /var/log/exim_mainlog To see what was the specific email in the mainlog. Then I get back the following which makes no sense. If it is NOT smtp why is allowed to go out. 2016-03-18 12:01:08 1agwpj-0006cZ-1I U=dubocom Warning: "SpamAssassin as cpaneleximscanner detected OUTGOING not smtp message as NOT spam (0.8)" - Removed -
    0
  • Infopro
    Please remove any actual emails, IPs or domain names from any output you post.
    0
  • cPanelMichael
    Could you use the "exigrep" command instead of the "grep" command when searching specific message IDs? This will ensure all aspects of the message delivery are provided in the output. Thank you.
    0

Please sign in to leave a comment.