I have a spam problem on my plesk server. I'm running FC4 with Plesk 8. SMTP server is qmail.
Occasionally, the qmail queue becomes full of spam scrap. (usually thousands of emails block the queue)
I searched this forum and found that thread: http://www.webhostingtalk.com/showthread.php?t=258294
I applied the modifications advised, but in my log, I only see the CWD (current working directory), not the script that call sendmail.
ex: Tue Oct 14 08:37:17 EDT 2008 - /var/www/vhosts/xxxx.com/httpdocs apache x 48 48 Apache /var/www /sbin/nologin
I already added a code verification on the email form on that web site.
Since I don't know exactly which script is causing me spam problems, is there a way to push this a little further ?
Thanks
** I saw the proposition of this post from linux-tech: http://www.webhostingtalk.com/showpo...8&postcount=92
It is a PHP patch for mail() function that will add additionnal headers to each mail to know which script called it.
But for that, I think I need to recompile PHP on my plesk server and I'm afraid I may scrap PHP for my whole server... :-( If somebody is very good with recompiling PHP on a plesk server, I'm willing to try !