postfix-2.9.1

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9624 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Andrew Benton 2012-03-07 18:03:47 +00:00
parent 806640c66e
commit 2605bb14a8
4 changed files with 311 additions and 475 deletions

View File

@ -3,13 +3,13 @@ $LastChangedBy$
$Date$
-->
<!ENTITY day "06"> <!-- Always 2 digits -->
<!ENTITY day "07"> <!-- Always 2 digits -->
<!ENTITY month "03"> <!-- Always 2 digits -->
<!ENTITY year "2012">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
<!ENTITY releasedate "March 6th, &year;">
<!ENTITY releasedate "March 7th, &year;">
<!-- <!ENTITY releasedate "November &day;st, &year;"> -->
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
@ -551,7 +551,7 @@ $Date$
<!-- Chapter 20 -->
<!ENTITY exim-version "4.67">
<!ENTITY postfix-version "2.8.4">
<!ENTITY postfix-version "2.9.1">
<!ENTITY qpopper-version "4.0.9">
<!ENTITY sendmail-version "8.14.4">

View File

@ -41,6 +41,15 @@
</listitem>
-->
<listitem>
<para>March 7th, 2012</para>
<itemizedlist>
<listitem>
<para>[abenton] - Postfix 2.9.1.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>March 6th, 2012</para>
<itemizedlist>

View File

@ -158,7 +158,8 @@ mv -v /lib/security/pam_tally /sbin</userinput></screen>
<para><parameter>--disable-nis</parameter>: This option disables building
Network Information Service/Yellow Pages support in pam_unix and pam_access.
The RPC implementation in glibc (on which NIS/YP depends) is deprecated. However, the same functionality is provided by
The RPC implementation in glibc (on which NIS/YP depends) is deprecated.
However, the same functionality is provided by
<application>Libtirpc</application> so if you've installed
<xref linkend="libtirpc"/> you can remove the
<parameter>--disable-nis</parameter> option.</para>

File diff suppressed because it is too large Load Diff