sendmail running?

Hi, in one jail if found some sendmail processes, even when it is disabled in /etc/rc.conf, why are those running?

This is part of my top command:

Code:
62389 smmsp         1  20    0   197M   186M zio->i  10  28:18   0.10% sendmail
50555 smmsp         1  20    0   206M   195M zcw->z   9  15:59   0.08% sendmail

And this is my rc.conf:

Code:
# Disable Sendmail by default
sendmail_enable="NO"
sendmail_submit_enable="NO"
sendmail_outbound_enable="NO"
sendmail_msp_queue_enable="NO"
 
Back
Top