As a FYI, on RC4 I was having an issue with local mail. I created a PR and the PR was just fixed.
If you are not receiving mail on your local system from local users, this PR will have the fix. You will need to update File /etc/postfix/main.cf and restart mail.
https://gnats.netbsd.org/cgi-bin/query-pr-single.pl?number=60267
This is the fix Martin posted to the PR:
`
--- external/ibm-public/postfix/dist/conf/main.cf 9 May 2026 18:49:13 -0000 1.12
+++ external/ibm-public/postfix/dist/conf/main.cf 12 May 2026 20:08:38 -0000 1.13
@@ -1,4 +1,4 @@
-# $NetBSD: main.cf,v 1.12 2026/05/09 18:49:13 christos Exp $
+# $NetBSD: main.cf,v 1.13 2026/05/12 20:08:38 christos Exp $
#
# Global Postfix configuration file. This file lists only a subset
# of all parameters. For the syntax, and for a complete parameter
@@ -702,6 +702,6 @@ shlib_directory = /usr/lib/postfix
# meta_directory: The location of non-executable files that are shared
# between multiple Postfix instances.
-meta_directory = /etc/postfix
+meta_directory = /usr/libexec/postfix
-inet_protocols = ipv4
+#inet_protocols = ipv4
`
John