git: 4d13184afe7a - main - UPDATING: add notes on how to reenable sendmail

From: Baptiste Daroussin <bapt_at_FreeBSD.org>
Date: Mon, 05 Dec 2022 16:27:37 UTC
The branch main has been updated by bapt:

URL: https://cgit.FreeBSD.org/src/commit/?id=4d13184afe7a055421dbd262837e40ca9bf84dfd

commit 4d13184afe7a055421dbd262837e40ca9bf84dfd
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2022-12-05 16:26:31 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2022-12-05 16:27:25 +0000

    UPDATING: add notes on how to reenable sendmail
---
 UPDATING | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/UPDATING b/UPDATING
index 42558820d163..099066031b8e 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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