Here are Various ways to find a Spammer on a Plesk server.
If emails are sent using a PHP script on a Plesk server, there are following 2 ways to determine the PHP script.
1) The following command will display the PHP scripts running in real-time. You have to execute the below script at the time the emails are been sent from your server rapidly.
Execute the below command as it is:
# lsof +r 1 -p `ps axww | grep httpd | grep -v grep | awk \
' { if(!str) [...]
↧