sendmail process cause cpu highload

duy.dang2110

New member
Joined
Dec 29, 2021
Messages
1
Hi, have anyone got into this situation , process sendmail causes 100% CPU load, I tried killing process but it doesn't work, check and see that its actual command is
/usr/sbin/sendmail -f root -t .

1640774721696.png
 
There's a couple causes for this but before we go there:

Sometimes malicious actors ("hackers") will disguise processes to be legitimate in order to avoid detection. It has become particularly common over the last couple years with crypto mining. Instead of giving the process a name like "bitcoinminer", they'll disguise it to try and blend in with what you'd expect to see running.

Can you provide the output of `cat /proc/pid/environ`? Make sure to replace pid with the process ID (if not 2397 as you mention you killed it).

Also, can you provide the output of the command `mailq`?
 
Back
Top