diff options
author | Bruce A. Mah <bmah@FreeBSD.org> | 2002-01-23 18:49:43 +0000 |
---|---|---|
committer | Bruce A. Mah <bmah@FreeBSD.org> | 2002-01-23 18:49:43 +0000 |
commit | 5e6b58fcbe5f68bf74074e0e026bc9052bd60a9e (patch) | |
tree | ca54bc1990d5060572aa7c7a21796d8c68917577 | |
parent | 53f3167d07d0af9a2c97d2c40a3588735219d177 (diff) | |
download | src-5e6b58fcbe5f68bf74074e0e026bc9052bd60a9e.tar.gz src-5e6b58fcbe5f68bf74074e0e026bc9052bd60a9e.zip |
New release note: smmsp/mailnull users.
Reviewed by: gshapiro
Notes
Notes:
svn path=/head/; revision=89708
-rw-r--r-- | release/doc/en_US.ISO8859-1/relnotes/article.sgml | 17 | ||||
-rw-r--r-- | release/doc/en_US.ISO8859-1/relnotes/common/new.sgml | 17 |
2 files changed, 34 insertions, 0 deletions
diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.sgml b/release/doc/en_US.ISO8859-1/relnotes/article.sgml index b6e36375a786..01e615cb71dd 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/article.sgml +++ b/release/doc/en_US.ISO8859-1/relnotes/article.sgml @@ -2749,6 +2749,23 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting> <filename>.mc</filename> files; generalized map rebuilding; rebuilding the aliases file; and the ability to stop, start, and restart <application>sendmail</application>. &merged;</para> + + <para>The <username>smmsp</username> and + <username>mailnull</username> users have been added to + <filename>/etc/master.passwd</filename>. In the absence of a + <literal>confDEF_USER_ID</literal> setting, by default, + <application>sendmail</application> will use the + <username>mailnull</username> user for extra security. + Previously, if the <username>mailnull</username> user did not + exist, the <username>daemon</username> user was used. This + change may generate some permissions issues when mailing to + files or to programs (such as <port>mail/majordomo</port>). + &merged; The previous behavior can be restored by adding the + following line to a system's + <filename><replaceable>*</replaceable>.mc</filename> + configuration file: + <programlisting>define(`confDEF_USER_ID', `daemon')</programlisting> + </para> </sect4> </sect3> diff --git a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml index b6e36375a786..01e615cb71dd 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml +++ b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml @@ -2749,6 +2749,23 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting> <filename>.mc</filename> files; generalized map rebuilding; rebuilding the aliases file; and the ability to stop, start, and restart <application>sendmail</application>. &merged;</para> + + <para>The <username>smmsp</username> and + <username>mailnull</username> users have been added to + <filename>/etc/master.passwd</filename>. In the absence of a + <literal>confDEF_USER_ID</literal> setting, by default, + <application>sendmail</application> will use the + <username>mailnull</username> user for extra security. + Previously, if the <username>mailnull</username> user did not + exist, the <username>daemon</username> user was used. This + change may generate some permissions issues when mailing to + files or to programs (such as <port>mail/majordomo</port>). + &merged; The previous behavior can be restored by adding the + following line to a system's + <filename><replaceable>*</replaceable>.mc</filename> + configuration file: + <programlisting>define(`confDEF_USER_ID', `daemon')</programlisting> + </para> </sect4> </sect3> |