is it possible to see which php file(s) is/are sending emails on my server by php.ini or with any other way? coz i have a server and i have many domains and subdomains. on my smtp systems i saw that many random mails are being sent from www server which has RELAY permission. I know i must not give RELAY (i can use SMTP-AUTH) but some kind of issues i have to give it. so i have to find the domain or subdomain and the file or files which send this emails. how can i solve this issue? my system ise freebsd. thanks...