how to check who is the user from mail queue

seachen

Verified User
Joined
Feb 3, 2007
Messages
491
from mail queue, it show as the printscreen.

may i know who is the user ? how to check from root access?
 

Attachments

  • spam.PNG
    spam.PNG
    38.9 KB · Views: 127
I don't think you can directly find out who the system user was that sent the message. You can only see the FROM email address.

-dougl
 
If you read all the files for the email in the queue one of them (I don't remember each one) will have all the headers. If you're running php as cgi the correct user will be available from the headers if the mail was sent by php. Otherwise it depends on how the mail was sent.

Jeff
 
Back
Top