Hi, I had a user acount with php code injected (trought joomla).
The code is a form to send email thought mail(), i found it sending email from a non existent domain in my server. It had as FROM [email protected], how can I stop this ? Block php from sending emails from non existent domains or from sending emails not related with the domain is being executed.
sendmail_path = "/usr/sbin/sendmail -t -i -f [email protected]{DMN_NAME}" ??? how to do this ?
The code is a form to send email thought mail(), i found it sending email from a non existent domain in my server. It had as FROM [email protected], how can I stop this ? Block php from sending emails from non existent domains or from sending emails not related with the domain is being executed.
sendmail_path = "/usr/sbin/sendmail -t -i -f [email protected]{DMN_NAME}" ??? how to do this ?