Skip to main content

Send spam email with rdns server domain

Comments

2 comments

  • cPRex Jurassic Moderator
    Hey there! The best thing to do would be to scan the mail logs to see where the messages were being sent from. The following command will search the logs and let you know directories mail has been sent from. Just be sure to ignore system notification directories like /etc/csf when checking this output: grep cwd /var/log/exim_mainlog | grep -v /var/spool | awk -F"cwd=" '{print $2}' | awk '{print $1}' | sort | uniq -c | sort -n
    Can you try that and see if that gets you more useful details?
    0
  • Nadermoradi
    Thank you for your answer But spam emails are not visible here. Emails are sent through another. Which does not exist in this log.
    0

Please sign in to leave a comment.