• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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