Updated to postfix-2.2.8.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5675 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Archaic 2006-02-12 22:26:31 +00:00
parent 96ece2d77d
commit 2686d1604a
3 changed files with 57 additions and 13 deletions

View File

@ -309,7 +309,7 @@
<!-- Chapter 22 --> <!-- Chapter 22 -->
<!ENTITY courier-version "0.47"> <!ENTITY courier-version "0.47">
<!ENTITY exim-version "4.52"> <!ENTITY exim-version "4.52">
<!ENTITY postfix-version "2.2.5"> <!ENTITY postfix-version "2.2.8">
<!ENTITY qpopper-version "4.0.5"> <!ENTITY qpopper-version "4.0.5">
<!ENTITY sendmail-version "8.13.5"> <!ENTITY sendmail-version "8.13.5">

View File

@ -44,6 +44,9 @@
<listitem> <listitem>
<para>February 12th, 2006</para> <para>February 12th, 2006</para>
<itemizedlist> <itemizedlist>
<listitem>
<para>[archaic] - Updated to Postfix-2.2.8.</para>
</listitem>
<listitem> <listitem>
<para>[randy] - Text updates and corrections provided by a patch <para>[randy] - Text updates and corrections provided by a patch
sent in by Chris Staub.</para> sent in by Chris Staub.</para>

View File

@ -6,9 +6,9 @@
<!ENTITY postfix-download-http "http://www.mirrorspace.org/postfix/official/postfix-&postfix-version;.tar.gz"> <!ENTITY postfix-download-http "http://www.mirrorspace.org/postfix/official/postfix-&postfix-version;.tar.gz">
<!ENTITY postfix-download-ftp "ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-&postfix-version;.tar.gz"> <!ENTITY postfix-download-ftp "ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-&postfix-version;.tar.gz">
<!ENTITY postfix-md5sum "f164b701c3e97b950d4cc64aff4de3c0"> <!ENTITY postfix-md5sum "971bf94de3e8433c8965c27b42d56b9a">
<!ENTITY postfix-size "2.3 MB"> <!ENTITY postfix-size "2.4 MB">
<!ENTITY postfix-buildsize "81 MB"> <!ENTITY postfix-buildsize "73 MB">
<!ENTITY postfix-time "0.3 SBU"> <!ENTITY postfix-time "0.3 SBU">
]> ]>
@ -192,11 +192,8 @@ AUXLIBS='<replaceable>[/path/to/CDB]/</replaceable>libcdb.a'</literal></screen>
<screen role="root"><userinput>groupadd -g 32 postfix &amp;&amp; <screen role="root"><userinput>groupadd -g 32 postfix &amp;&amp;
groupadd -g 33 postdrop &amp;&amp; groupadd -g 33 postdrop &amp;&amp;
groupadd -g 99 nogroup &amp;&amp;
useradd -c "Postfix Daemon User" -d /dev/null -g postfix \ useradd -c "Postfix Daemon User" -d /dev/null -g postfix \
-s /bin/false -u 32 postfix &amp;&amp; -s /bin/false -u 32 postfix &amp;&amp;
useradd -c "Unprivileged Nobody" -d /dev/null -g nogroup \
-s /bin/false -u 99 nobody &amp;&amp;
chown -v postfix:postfix /var/mail</userinput></screen> chown -v postfix:postfix /var/mail</userinput></screen>
<para>Install <application>Postfix</application> by running the <para>Install <application>Postfix</application> by running the
@ -325,11 +322,11 @@ sed -i "s/#myhostname = host.domain.tld/myhostname = \
<segtitle>Installed Directories</segtitle> <segtitle>Installed Directories</segtitle>
<seglistitem> <seglistitem>
<seg>bounce, cleanup, error, flush, lmtp, local, mailq, master, <seg>anvil, bounce, cleanup, discard, error, flush, lmtp, local, mailq,
newaliases, nqmgr, oqmgr, pickup, pipe, postalias, postcat, postconf, master, newaliases, nqmgr, oqmgr, pickup, pipe, postalias, postcat,
postdrop, postfix, postkick, postlock, postlog, postmap, postqueue, postconf, postdrop, postfix, postkick, postlock, postlog, postmap,
postsuper, proxymap, qmgr, qmqpd, sendmail, showq, smtp, smtpd, spawn, postqueue, postsuper, proxymap, qmgr, qmqpd, sendmail, showq, smtp,
trivial-rewrite, verify, and virtual</seg> smtpd, spawn, tlsmgr, trivial-rewrite, verify, and virtual</seg>
<seg>None</seg> <seg>None</seg>
<seg>/etc/postfix, /usr/lib/postfix and /usr/share/doc/postfix</seg> <seg>/etc/postfix, /usr/lib/postfix and /usr/share/doc/postfix</seg>
</seglistitem> </seglistitem>
@ -340,6 +337,16 @@ sed -i "s/#myhostname = host.domain.tld/myhostname = \
<?dbfo list-presentation="list"?> <?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?> <?dbhtml list-presentation="table"?>
<varlistentry id="anvil">
<term><command>anvil</command></term>
<listitem>
<para>Provides connection and rate request limiting.</para>
<indexterm zone="postfix anvil">
<primary sortas="b-anvil">anvil</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="bounce"> <varlistentry id="bounce">
<term><command>bounce</command></term> <term><command>bounce</command></term>
<listitem> <listitem>
@ -355,13 +362,25 @@ sed -i "s/#myhostname = host.domain.tld/myhostname = \
<term><command>cleanup</command></term> <term><command>cleanup</command></term>
<listitem> <listitem>
<para>A daemon that processes inbound mail, inserts it into the <para>A daemon that processes inbound mail, inserts it into the
incoming mail queue, and informs the queue manager of its arrival.</para> incoming mail queue, and informs the queue manager of its
arrival.</para>
<indexterm zone="postfix cleanup"> <indexterm zone="postfix cleanup">
<primary sortas="b-cleanup">cleanup</primary> <primary sortas="b-cleanup">cleanup</primary>
</indexterm> </indexterm>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry id="discard">
<term><command>discard</command></term>
<listitem>
<para>Processes delivery requests from the queue manager that cannot
be delivered to the recipient.</para>
<indexterm zone="postfix discard">
<primary sortas="b-discard">discard</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="error"> <varlistentry id="error">
<term><command>error</command></term> <term><command>error</command></term>
<listitem> <listitem>
@ -637,6 +656,17 @@ sed -i "s/#myhostname = host.domain.tld/myhostname = \
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry id="scache">
<term><command>scache</command></term>
<listitem>
<para>Maintains a connection cache used for sharing a connection
multiple times.</para>
<indexterm zone="postfix scache">
<primary sortas="b-scache">scache</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="sendmail-postfix"> <varlistentry id="sendmail-postfix">
<term><command>sendmail</command></term> <term><command>sendmail</command></term>
<listitem> <listitem>
@ -694,6 +724,17 @@ sed -i "s/#myhostname = host.domain.tld/myhostname = \
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry id="tlsmgr">
<term><command>tlsmgr</command></term>
<listitem>
<para>Maintains the TLS session cache and acts as the PRNG
manager.</para>
<indexterm zone="postfix tlsmgr">
<primary sortas="b-tlsmgr">tlsmgr</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="trivial-rewrite"> <varlistentry id="trivial-rewrite">
<term><command>trivial-rewrite</command></term> <term><command>trivial-rewrite</command></term>
<listitem> <listitem>