Quote:
Originally Posted by DWHS.net
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!