• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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