Author: archaic
Date: 2006-02-12 15:26:31 -0700 (Sun, 12 Feb 2006)
New Revision: 5675
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/server/mail/postfix.xml
Log:
Updated to postfix-2.2.8.
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2006-02-12 22:02:25 UTC (rev 5674)
+++ trunk/BOOK/general.ent 2006-02-12 22:26:31 UTC (rev 5675)
@@ -309,7 +309,7 @@
<!-- Chapter 22 -->
<!ENTITY courier-version "0.47">
<!ENTITY exim-version "4.52">
-<!ENTITY postfix-version "2.2.5">
+<!ENTITY postfix-version "2.2.8">
<!ENTITY qpopper-version "4.0.5">
<!ENTITY sendmail-version "8.13.5">
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2006-02-12 22:02:25 UTC
(rev 5674)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2006-02-12 22:26:31 UTC
(rev 5675)
@@ -45,6 +45,9 @@
<para>February 12th, 2006</para>
<itemizedlist>
<listitem>
+ <para>[archaic] - Updated to Postfix-2.2.8.</para>
+ </listitem>
+ <listitem>
<para>[randy] - Text updates and corrections provided by a patch
sent in by Chris Staub.</para>
</listitem>
Modified: trunk/BOOK/server/mail/postfix.xml
===================================================================
--- trunk/BOOK/server/mail/postfix.xml 2006-02-12 22:02:25 UTC (rev 5674)
+++ trunk/BOOK/server/mail/postfix.xml 2006-02-12 22:26:31 UTC (rev 5675)
@@ -6,9 +6,9 @@
<!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-md5sum "f164b701c3e97b950d4cc64aff4de3c0">
- <!ENTITY postfix-size "2.3 MB">
- <!ENTITY postfix-buildsize "81 MB">
+ <!ENTITY postfix-md5sum "971bf94de3e8433c8965c27b42d56b9a">
+ <!ENTITY postfix-size "2.4 MB">
+ <!ENTITY postfix-buildsize "73 MB">
<!ENTITY postfix-time "0.3 SBU">
]>
@@ -192,11 +192,8 @@
<screen role="root"><userinput>groupadd -g 32 postfix &&
groupadd -g 33 postdrop &&
-groupadd -g 99 nogroup &&
useradd -c "Postfix Daemon User" -d /dev/null -g postfix \
-s /bin/false -u 32 postfix &&
-useradd -c "Unprivileged Nobody" -d /dev/null -g nogroup \
- -s /bin/false -u 99 nobody &&
chown -v postfix:postfix /var/mail</userinput></screen>
<para>Install <application>Postfix</application> by running the
@@ -325,11 +322,11 @@
<segtitle>Installed Directories</segtitle>
<seglistitem>
- <seg>bounce, cleanup, error, flush, lmtp, local, mailq, master,
- newaliases, nqmgr, oqmgr, pickup, pipe, postalias, postcat, postconf,
- postdrop, postfix, postkick, postlock, postlog, postmap, postqueue,
- postsuper, proxymap, qmgr, qmqpd, sendmail, showq, smtp, smtpd, spawn,
- trivial-rewrite, verify, and virtual</seg>
+ <seg>anvil, bounce, cleanup, discard, error, flush, lmtp, local, mailq,
+ master, newaliases, nqmgr, oqmgr, pickup, pipe, postalias, postcat,
+ postconf, postdrop, postfix, postkick, postlock, postlog, postmap,
+ postqueue, postsuper, proxymap, qmgr, qmqpd, sendmail, showq, smtp,
+ smtpd, spawn, tlsmgr, trivial-rewrite, verify, and virtual</seg>
<seg>None</seg>
<seg>/etc/postfix, /usr/lib/postfix and /usr/share/doc/postfix</seg>
</seglistitem>
@@ -340,6 +337,16 @@
<?dbfo list-presentation="list"?>
<?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">
<term><command>bounce</command></term>
<listitem>
@@ -355,13 +362,25 @@
<term><command>cleanup</command></term>
<listitem>
<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">
<primary sortas="b-cleanup">cleanup</primary>
</indexterm>
</listitem>
</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">
<term><command>error</command></term>
<listitem>
@@ -637,6 +656,17 @@
</listitem>
</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">
<term><command>sendmail</command></term>
<listitem>
@@ -694,6 +724,17 @@
</listitem>
</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">
<term><command>trivial-rewrite</command></term>
<listitem>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page