Knowledge Base

Bitte , um Beiträge und Themen zu erstellen.

Finding spam sending PHP scripts on your server

By simply adding the following 2 lines into your php.ini then you can track down pretty much any outgoing spam using PHP

mail.add_x_header = On
mail.log = /var/log/phpmail.log

logfile muss erzeugt und rechte für www-data gesetzt werden

blog.rimuhosting.com/2012/09/20/finding-...ipts-on-your-server/

php.net/manual/en/mail.configuration.php