diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2022-12-05 16:26:31 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2022-12-05 16:27:25 +0000 |
| commit | 4d13184afe7a055421dbd262837e40ca9bf84dfd (patch) | |
| tree | 80f88dfc4111211f26b55291fff354fb22842288 | |
| parent | 9eb502a3376163bc1b1c0650f08ab58785cf5fb5 (diff) | |
UPDATING: add notes on how to reenable sendmail
| -rw-r--r-- | UPDATING | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |
