What is sendmail for and how to disable it completely?
sendmail_enable="NONE"
to /etc/rc.conf and sendmail() should no longer start.It's a full featured MTA (mail transport agent), and a very old and traditional one. For a working Unix system, you need *some* mail functionality, at the very least local delivery. FreeBSD has added dma (dragonfly mail agent) a while ago as a light-weight alternative.What is sendmail for
See https://docs.freebsd.org/en/books/handbook/mail/#mail-disable-sendmailhow to disable it completely?