1

I got a report from my root server provider of abuse - someone has been sending phishing mail through my server's Postfix (the headers originate from my server's IP). What should I check for? The server itself doesn't seem to be hacked.

1 Answers1

2

inspecting full headers of phishing mails can contains some clues. there are few options:

  • messages came from your server and via postifx - then you should be able to find corresponding entries in postfix log
  • messages came from your server but not via postfix - maybe there was some rouge code that implemented own smtp sender or maybe someone relied ip traffic via your server [think ssh tunnel]
  • messages never passed your box [i doubt it's the case but it's possible to hijack a route]
pQd
  • 29,561
  • 5
  • 64
  • 106