sendmail ram problem

hzfatih

New member
Joined
Jun 30, 2019
Messages
2
Within the server, sendmail is constantly running or sending a request to work, which results in a 100 percent ram usage within the server.

How can I solve this problem?

/usr/local/php72/bin/php-cgi72 -d sendmail_path=/usr/sbin/sendmail -t -i -f [email protected] -d sendmail_from="[email protected]" -d open_base+
 
It is PHP, not sendmail :) sendmail_path in this line is just a parameter (setting) for the PHP process, just like open_basedir and others. So, that website/user is simply executing something heavy.
 
Back
Top