Find the php script thats sending mails
- by adam
Hi,
Is there any way for me to find the php script that is sending emails.
I have apache+php ( no mod_suphp neither suexec ) in a "standard" install, and i want to find out witch php script is sending emails, when i check the logs i just see the uid of the user that's sending the emails ( in my case apache ) but i want to find out the script that's originated the email.
Is it possible or i must install suexec or mod_suphp to keep trac of that ?
Thks for the help.