UPDATING: add notes on how to reenable sendmail

This commit is contained in:
Baptiste Daroussin 2022-12-05 17:26:31 +01:00
parent 9eb502a337
commit 4d13184afe

View File

@ -27,6 +27,14 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 14.x IS SLOW:
world, or to merely disable the most expensive debugging functionality
at runtime, run "ln -s 'abort:false,junk:false' /etc/malloc.conf".)
20221205:
dma(8) has replaced sendmail(8) as the default mta. For people willing
to reenable sendmail(8):
$ cp /usr/share/examples/sendmail/mailer.conf /etc/mail/mailer.conf
and add sendmail_enable="YES" to rc.conf.
20221204:
hw.bus.disable_failed_devices has changed from 'false' to 'true' by
default. Now if newbus succeeds in probing a device, but fails to attach