NetBSD Problem Report #39168

From www@NetBSD.org  Fri Jul 18 14:16:30 2008
Return-Path: <www@NetBSD.org>
Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11])
	by narn.NetBSD.org (Postfix) with ESMTP id C039E63B9AA
	for <gnats-bugs@gnats.netbsd.org>; Fri, 18 Jul 2008 14:16:30 +0000 (UTC)
Message-Id: <20080718141630.9016663B880@narn.NetBSD.org>
Date: Fri, 18 Jul 2008 14:16:30 +0000 (UTC)
From: userresu@sdf.lonestar.org
Reply-To: userresu@sdf.lonestar.org
To: gnats-bugs@NetBSD.org
Subject: afterboot(8) manpage needs update: outdated Postfix section (plus some minor additional changes)
X-Send-Pr-Version: www-1.0

>Number:         39168
>Category:       misc
>Synopsis:       afterboot(8) manpage needs update: outdated Postfix section (plus some minor additional changes)
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    misc-bug-people
>State:          closed
>Class:          doc-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Jul 18 14:20:00 +0000 2008
>Closed-Date:    Mon May 18 02:26:48 +0000 2009
>Last-Modified:  Wed Jun 10 17:20:10 +0000 2009
>Originator:     Anonymous
>Release:        CURRENT
>Organization:
>Environment:
>Description:
afterboot(8) doesn't describe Postfix as the default MTA, although that
is the case since NetBSD 4.0. Above that, some minor changes which would
make the text more clear are given in this PR.
>How-To-Repeat:
"man 8 afterboot"; search for the `Postfix' section (and other sections; see
patch below).
>Fix:
Proposed patch:

--- /usr/src/share/man/man8/afterboot.8 2008-07-18 13:52:53.000000000 +0200
+++ afterboot.8.new     2008-07-18 13:58:24.000000000 +0200
@@ -98,9 +98,9 @@
 Login as
 .Dq Ic root .
 You can do so on the console, or over the network using
-.Xr ssh 1 .
-If you have enabled the ssh daemon and wish to allow root logins over
-the network, edit the
+.Xr ssh 1
+in case you enabled the ssh daemon and allowed root logins over
+the network.  For this to happen, edit the
 .Pa /etc/ssh/sshd_config
 file and set
 .Cm PermitRootLogin
@@ -108,9 +108,9 @@
 .Dq yes
 (see
 .Xr sshd_config 5 ) .
-The default is to not permit root logins over the network
-after fresh install in
-.Nx .
+.Nx
+does not permit root logins over the network
+in its default configuration of the ssh daemon.
 .Pp
 Upon successful login on the console, you may see the message
 .Dq We recommend creating a non-root account... .
@@ -193,7 +193,7 @@
 or edit the
 .Pa /etc/myname
 file to have it stick around for the next reboot.
-Note that hostname is supposed include a domainname, and that this should
+Note that the hostname is supposed to include a domainname, and that this should
 not be confused with YP (NIS)
 .Xr domainname 1 .
 .Ss Verify network interface configuration
@@ -668,23 +668,21 @@
 Check
 .Pa /etc/mail/aliases
 and update appropriately if you want e-mail to be routed
-to non-local address or to different users.
+to non-local addresses or to different users.
 .Pp
 Run
 .Xr newaliases 1
 after changes.
 .Ss Postfix
 .Nx
-comes also with Postfix in the base system.
-You may wish to set it up in favor of sendmail.
-Take a look to
+includes Postfix as its MTA.  By default, it does not listen on
+the network for incoming connections; see the global configuration
+file
 .Pa /etc/postfix/main.cf
-and enable the daemon in
-.Pa /etc/rc.conf
-using "postfix=yes".
-It is very important to configure
+for instructions on how to accomplish this.
+To use another MTA (eg. sendmail), install and configure it, then edit 
 .Pa /etc/mailer.conf
-to point to Postfix binaries.
+to point to the correct binaries.
 .Ss DHCP server
 If this is a
 DHCP

>Release-Note:

>Audit-Trail:

State-Changed-From-To: open->closed
State-Changed-By: snj@NetBSD.org
State-Changed-When: Mon, 18 May 2009 02:26:48 +0000
State-Changed-Why:
I've made some changes based on this PR.  Thanks for reporting these issues!


From: Soren Jacobsen <snj@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/39168 CVS commit: src/share/man/man8
Date: Mon, 18 May 2009 02:25:34 +0000

 Module Name:	src
 Committed By:	snj
 Date:		Mon May 18 02:25:34 UTC 2009

 Modified Files:
 	src/share/man/man8: afterboot.8

 Log Message:
 Make some updates (most notably syncing the Postfix section with reality)
 inspired by PR misc/39168.


 To generate a diff of this commit:
 cvs rdiff -u -r1.39 -r1.40 src/share/man/man8/afterboot.8

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

From: Manuel Bouyer <bouyer@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/39168 CVS commit: [netbsd-5] src/share/man/man8
Date: Wed, 10 Jun 2009 17:17:38 +0000

 Module Name:	src
 Committed By:	bouyer
 Date:		Wed Jun 10 17:17:38 UTC 2009

 Modified Files:
 	src/share/man/man8 [netbsd-5]: afterboot.8

 Log Message:
 Pull up following revision(s) (requested by snj in ticket #804):
 	share/man/man8/afterboot.8: revision 1.40
 Make some updates (most notably syncing the Postfix section with reality)
 inspired by PR misc/39168.


 To generate a diff of this commit:
 cvs rdiff -u -r1.38.2.1 -r1.38.2.2 src/share/man/man8/afterboot.8

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

From: Manuel Bouyer <bouyer@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/39168 CVS commit: [netbsd-5-0] src/share/man/man8
Date: Wed, 10 Jun 2009 17:18:02 +0000

 Module Name:	src
 Committed By:	bouyer
 Date:		Wed Jun 10 17:18:02 UTC 2009

 Modified Files:
 	src/share/man/man8 [netbsd-5-0]: afterboot.8

 Log Message:
 Pull up following revision(s) (requested by snj in ticket #804):
 	share/man/man8/afterboot.8: revision 1.40
 Make some updates (most notably syncing the Postfix section with reality)
 inspired by PR misc/39168.


 To generate a diff of this commit:
 cvs rdiff -u -r1.38.6.1 -r1.38.6.2 src/share/man/man8/afterboot.8

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

>Unformatted:

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.39 2013/11/01 18:47:49 spz Exp $
$NetBSD: gnats_config.sh,v 1.8 2006/05/07 09:23:38 tsutsui Exp $
Copyright © 1994-2007 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.