I've been trying to figure out if I really need sendmail, or if there's a better option in 2022 for FreeBSD 13? I read that disabling it entails:
But what are the consequences? I do like to get notified when stuff breaks via the logging facility. Is that affected, is there an alternative that folks like? I definitely don't need it to send emails outside of the machine.
sendmail pauses at startup and it annoys me. Over the years, I've troubleshot this nearly every time I've installed. Sometimes it's missing a hostname - easy fix in rc.conf, sometimes, it's missing an entry in hosts, other times, like right now, I have no idea why it's hesitating (maybe a couple of seconds) - but it's really slow compared to every other boot task, and so I ask, if a mail capability is needed to get log messages, is there an alternative?
Code:
sendmail_enable="NO"
sendmail_submit_enable="NO"
sendmail_outbound_enable="NO"
sendmail_msp_queue_enable="NO"
But what are the consequences? I do like to get notified when stuff breaks via the logging facility. Is that affected, is there an alternative that folks like? I definitely don't need it to send emails outside of the machine.
sendmail pauses at startup and it annoys me. Over the years, I've troubleshot this nearly every time I've installed. Sometimes it's missing a hostname - easy fix in rc.conf, sometimes, it's missing an entry in hosts, other times, like right now, I have no idea why it's hesitating (maybe a couple of seconds) - but it's really slow compared to every other boot task, and so I ask, if a mail capability is needed to get log messages, is there an alternative?