send user an email automate

eh3an

Verified User
Joined
May 6, 2013
Messages
14
hi every body,
my users sends any email without any destination adn i see error on the process Monitor :
Code:
/usr/local/php55/bin/php-cgi55 -d sendmail_path='/usr/sbin/sendmail -t -i -f [email protected]' -d sendmail_from="[email protected]" -d open_basedir="/home/user/:/tmp:/var/tmp:/usr/local/lib/php/:/usr/local/php55/lib/php/" -d mail.log="/home/user/.php/php-mail.log"
this problem use our ram and load average is high :(
Untitled.png
 
Last edited:
Probably a php script which is sending out spam.
Check his php-mail log which script is causing this or what's going on.
 
Hello,

Those processes are legal processes of PHP, you can see them on every server with Directadmin when you run PHP as fastcgi. The processes by itself does not denote anything bad. Check apache server-status and logs to find sites under possible attacks: bruteforce, flood, spambots, malware. Or hire somebody to investigate and fix it for you.
 
Back
Top