View Single Post
  #2 (permalink)  
Old 07-09-2009, 07:15 AM
acenetgeorge acenetgeorge is offline
Registered User
 
Join Date: Mar 2008
Posts: 18
acenetgeorge is on a distinguished road
Quote:
Originally Posted by DWHS.net View Post
I have some spams sent from my server but the sender only says nobody. Anyone know how to track the email to the user who sent it?
Make sure you have WHM -> Server Config -> Tweak Settings -> Mail -> "Track the origin of messages sent though the mail server by adding the X-Source headers (exim 4.34+ required)" enabled. That may help track down the source.

You may also want to add a line to your Exim Advanced Config. This goes in the first box :

log_selector = +arguments +subject

That will place the subject in the mail log (making it easier to search for the spam in your logs), and the arguments will let you know how it is being generated (sendmail, php script, etc,).

Hope this helps!

Last edited by acenetgeorge; 07-09-2009 at 07:37 AM.
Reply With Quote