• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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