• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Many emails are sent from PHP scripts on the server

P

PremF

Guest
There are a lot emails are sent from PHP scripts from my server.
I really need to find what domain the script is running on.

I have found this knowledge base, but it is for Qmail.
http://kb.odin.com/en/1711

As my server is using Plesk 9.3 with Postfix, not Qmail,
anyone please suggest how can I adapt that resolution to Postfix?
Or how should I do to find the script?

Thank you.
 
But you can switch to Qmail, apply this solution and switch to Postfix back.
 
You can always patch your php with header patch.
On every message you will see script that send this message then.

Regards,
Alex
 
We have backported the mail header and logging patch into PHP 5.2.12 from the atomic repo. This will either log which application is using the mail() function, or it will inject a header into each message sent indicating the application that was used to send the message. It can be controlled via ini settings, and implemented globally or on a per-domain basis. More info on how to upgrade is available here:

http://www.atomicorp.com/wiki/index.php/PHP
 
Back
Top