Changeset 2686d16


Ignore:
Timestamp:
02/12/2006 10:26:31 PM (18 years ago)
Author:
Archaic <archaic@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
d2db46f
Parents:
96ece2d7
Message:

Updated to postfix-2.2.8.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5675 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r96ece2d7 r2686d16  
    310310<!ENTITY courier-version              "0.47">
    311311<!ENTITY exim-version                 "4.52">
    312 <!ENTITY postfix-version              "2.2.5">
     312<!ENTITY postfix-version              "2.2.8">
    313313<!ENTITY qpopper-version              "4.0.5">
    314314<!ENTITY sendmail-version             "8.13.5">
  • introduction/welcome/changelog.xml

    r96ece2d7 r2686d16  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[archaic] - Updated to Postfix-2.2.8.</para>
     49        </listitem>
     50        <listitem>
    4851          <para>[randy] - Text updates and corrections provided by a patch
    4952          sent in by Chris Staub.</para>
  • server/mail/postfix.xml

    r96ece2d7 r2686d16  
    77  <!ENTITY postfix-download-http "http://www.mirrorspace.org/postfix/official/postfix-&postfix-version;.tar.gz">
    88  <!ENTITY postfix-download-ftp "ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-&postfix-version;.tar.gz">
    9   <!ENTITY postfix-md5sum "f164b701c3e97b950d4cc64aff4de3c0">
    10   <!ENTITY postfix-size "2.3 MB">
    11   <!ENTITY postfix-buildsize "81 MB">
     9  <!ENTITY postfix-md5sum "971bf94de3e8433c8965c27b42d56b9a">
     10  <!ENTITY postfix-size "2.4 MB">
     11  <!ENTITY postfix-buildsize "73 MB">
    1212  <!ENTITY postfix-time "0.3 SBU">
    1313]>
     
    193193<screen role="root"><userinput>groupadd -g 32 postfix &amp;&amp;
    194194groupadd -g 33 postdrop &amp;&amp;
    195 groupadd -g 99 nogroup &amp;&amp;
    196195useradd -c "Postfix Daemon User" -d /dev/null -g postfix \
    197196    -s /bin/false -u 32 postfix &amp;&amp;
    198 useradd -c "Unprivileged Nobody" -d /dev/null -g nogroup \
    199     -s /bin/false -u 99 nobody &amp;&amp;
    200197chown -v postfix:postfix /var/mail</userinput></screen>
    201198
     
    326323
    327324      <seglistitem>
    328         <seg>bounce, cleanup, error, flush, lmtp, local, mailq, master,
    329         newaliases, nqmgr, oqmgr, pickup, pipe, postalias, postcat, postconf,
    330         postdrop, postfix, postkick, postlock, postlog, postmap, postqueue,
    331         postsuper, proxymap, qmgr, qmqpd, sendmail, showq, smtp, smtpd, spawn,
    332         trivial-rewrite, verify, and virtual</seg>
     325        <seg>anvil, bounce, cleanup, discard, error, flush, lmtp, local, mailq,
     326        master, newaliases, nqmgr, oqmgr, pickup, pipe, postalias, postcat,
     327        postconf, postdrop, postfix, postkick, postlock, postlog, postmap,
     328        postqueue, postsuper, proxymap, qmgr, qmqpd, sendmail, showq, smtp,
     329        smtpd, spawn, tlsmgr, trivial-rewrite, verify, and virtual</seg>
    333330        <seg>None</seg>
    334331        <seg>/etc/postfix, /usr/lib/postfix and /usr/share/doc/postfix</seg>
     
    341338      <?dbhtml list-presentation="table"?>
    342339
     340      <varlistentry id="anvil">
     341        <term><command>anvil</command></term>
     342        <listitem>
     343          <para>Provides connection and rate request limiting.</para>
     344          <indexterm zone="postfix anvil">
     345            <primary sortas="b-anvil">anvil</primary>
     346          </indexterm>
     347        </listitem>
     348      </varlistentry>
     349
    343350      <varlistentry id="bounce">
    344351        <term><command>bounce</command></term>
     
    356363        <listitem>
    357364          <para>A daemon that processes inbound mail, inserts it into the
    358           incoming mail queue, and informs the queue manager of its arrival.</para>
     365          incoming mail queue, and informs the queue manager of its
     366          arrival.</para>
    359367          <indexterm zone="postfix cleanup">
    360368            <primary sortas="b-cleanup">cleanup</primary>
     369          </indexterm>
     370        </listitem>
     371      </varlistentry>
     372
     373      <varlistentry id="discard">
     374        <term><command>discard</command></term>
     375        <listitem>
     376          <para>Processes delivery requests from the queue manager that cannot
     377          be delivered to the recipient.</para>
     378          <indexterm zone="postfix discard">
     379            <primary sortas="b-discard">discard</primary>
    361380          </indexterm>
    362381        </listitem>
     
    634653          <indexterm zone="postfix qmqpd">
    635654            <primary sortas="b-qmqpd">qmqpd</primary>
     655          </indexterm>
     656        </listitem>
     657      </varlistentry>
     658
     659      <varlistentry id="scache">
     660        <term><command>scache</command></term>
     661        <listitem>
     662          <para>Maintains a connection cache used for sharing a connection
     663          multiple times.</para>
     664          <indexterm zone="postfix scache">
     665            <primary sortas="b-scache">scache</primary>
    636666          </indexterm>
    637667        </listitem>
     
    695725      </varlistentry>
    696726
     727      <varlistentry id="tlsmgr">
     728        <term><command>tlsmgr</command></term>
     729        <listitem>
     730          <para>Maintains the TLS session cache and acts as the PRNG
     731          manager.</para>
     732          <indexterm zone="postfix tlsmgr">
     733            <primary sortas="b-tlsmgr">tlsmgr</primary>
     734          </indexterm>
     735        </listitem>
     736      </varlistentry>
     737
    697738      <varlistentry id="trivial-rewrite">
    698739        <term><command>trivial-rewrite</command></term>
Note: See TracChangeset for help on using the changeset viewer.