• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

How can I find what domains these scripts are running on? mail()

U

unlock

Guest
Hello,
i need to see, what virtual domains is sending mail by php mail() script. I found this solution:
http://kb.swsoft.com/en/1711

but it`s not working. $pwd (X-Additional-Header in logs) show me only /usr/psa/etc/rc.d directory, but not directory of script.

And i think that solution not a good idea, cose it`s storage all mail data, but i need only information about who using function mail() and counting of this uses.

Can you help me?
 
Got no 'phpize' on my Ubunto box...... Where can I get 'php-devel'?
 
"phpize" is inside the php5-dev package. Install it via:
Code:
sudo apt-get install php5-dev
 
Back
Top