We have smtpd(8) that now uses file-based aliases table instead of
db-based. This table backend requires running
$ smtpctl update table aliases
instead of
$ newaliases
in order to fetch changes. However, afterboot(8) still mentions the old
way of doing things.
---
share/man/man8/afterboot.8 | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/share/man/man8/afterboot.8 b/share/man/man8/afterboot.8
index b754484..d7f9760 100644
--- a/share/man/man8/afterboot.8
+++ b/share/man/man8/afterboot.8
@@ -463,9 +463,11 @@ manager: root
dumper: root
.Ed
.Pp
-Run
-.Xr newaliases 8
-after changes.
+After changes you should tell your running mail agent to update it's
+configuration.
+Run:
+.Pp
+.Dl $ smtpctl update table aliases
.Ss Mail
The default mail agent on
.Ox
--
2.9.0