• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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