diff options
| author | Bruce A. Mah <bmah@FreeBSD.org> | 2002-04-11 23:16:58 +0000 |
|---|---|---|
| committer | Bruce A. Mah <bmah@FreeBSD.org> | 2002-04-11 23:16:58 +0000 |
| commit | ecfc370f50ad18d5247716bce19e438ebbd9471b (patch) | |
| tree | 391586c75b153b5832d6ac4fcddcb8e5b190c950 /release | |
| parent | cec161f9e127330e6d43331a4623eff29ad5482d (diff) | |
Notes
Diffstat (limited to 'release')
| -rw-r--r-- | release/doc/en_US.ISO8859-1/relnotes/article.sgml | 14 | ||||
| -rw-r--r-- | release/doc/en_US.ISO8859-1/relnotes/common/new.sgml | 14 |
2 files changed, 28 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 846e41621fc7..f20dbfc06ee3 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/article.sgml +++ b/release/doc/en_US.ISO8859-1/relnotes/article.sgml @@ -3168,6 +3168,20 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting> <programlisting>define(`confDEF_USER_ID', `daemon')</programlisting> </para> + + <para>Beginning with the import of + <application>sendmail</application> 8.12.2, multiple + <application>sendmail</application> daemons (some required + to handle outgoing mail) are started by &man.rc.8;, even if + the <varname>sendmail_enable</varname> variable is set to + <literal>NO</literal>. To completely disable + <application>sendmail</application>, + <varname>sendmail_enable</varname> must be set to + <literal>NONE</literal>. Alternatively, for systems using a + different MTA, the <varname>mta_start_script</varname> can + be used to point to a different startup script (more details + can be found in &man.rc.sendmail.8;). &merged;</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 846e41621fc7..f20dbfc06ee3 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml +++ b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml @@ -3168,6 +3168,20 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting> <programlisting>define(`confDEF_USER_ID', `daemon')</programlisting> </para> + + <para>Beginning with the import of + <application>sendmail</application> 8.12.2, multiple + <application>sendmail</application> daemons (some required + to handle outgoing mail) are started by &man.rc.8;, even if + the <varname>sendmail_enable</varname> variable is set to + <literal>NO</literal>. To completely disable + <application>sendmail</application>, + <varname>sendmail_enable</varname> must be set to + <literal>NONE</literal>. Alternatively, for systems using a + different MTA, the <varname>mta_start_script</varname> can + be used to point to a different startup script (more details + can be found in &man.rc.sendmail.8;). &merged;</para> + </sect4> </sect3> |
