Changeset 5e82411c


Ignore:
Timestamp:
07/31/2005 09:05:02 PM (19 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.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:
339fbfb9
Parents:
9700e433
Message:

Update Postfix instructions to 2.2.5, cleanup alsa-utils

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r9700e433 r5e82411c  
    281281<!ENTITY courier-version              "0.47">
    282282<!ENTITY exim-version                 "4.52">
    283 <!ENTITY postfix-version              "2.2.3">
     283<!ENTITY postfix-version              "2.2.5">
    284284<!ENTITY qpopper-version              "4.0.5">
    285285<!ENTITY sendmail-version             "8.13.4">
  • introduction/welcome/changelog.xml

    r9700e433 r5e82411c  
    2626   
    2727    <listitem>
    28       <para>July 31st, 2005 [dj]: Updated bootscripts tarball and added
    29       the alsa dev.d helpers scripts.</para>
     28      <para>July 31st, 2005 [dj]: Updated bootscripts tarball, added
     29      alsa dev.d helper scripts, corrected SSL instructions for postfix,
     30      and updated postfix to 2.2.5.</para>
    3031    </listitem>
    3132
  • multimedia/libdriv/alsa-utils.xml

    r9700e433 r5e82411c  
    9696      <title>Configuration Information</title>
    9797
    98       <para>Probably the easiest way to store mixer levels is to set and
    99       retrieve them using at boot and shutdown.  We'll use a bootscript to
    100       store the values at shutdown.</para>
     98      <para> Use a bootscript to store the values at shutdown.</para>
    10199
    102100      <indexterm zone="alsa-utils alsa-utils-init">
     
    112110      <para>Note that all channels of your sound card are muted by default.
    113111      You can use the <command>alsamixer</command> program from
    114       <application>ALSA Utilities</application> (or any other
    115       OSS mixer) to change this.</para>
     112      <application>ALSA Utilities</application> to change this.</para>
    116113
    117114      <para>The first time the dev.d script below is run, it will complain
     
    124121alsactl store</userinput></screen>
    125122
    126       <para>We will restore the volume using the stored settings and a
     123      <para>The volumes will be restored using the saved settings by a
    127124      dev.d handler script that will execute when the device is detected
    128125      durring boot (when pluged in for USB devices).  While still the
    129126      <systemitem class="username">root</systemitem> user, create the dev.d
    130       handler script with the following commands:</para>
     127      script with the following commands:</para>
    131128
    132129<screen role="root"><userinput>install -d -m755 /etc/dev.d/snd &amp;&amp;
  • server/mail/postfix.xml

    r9700e433 r5e82411c  
    9494
    9595<screen><userinput>make makefiles \
    96 CCARGS="-DHAS_SSL -DUSE_SASL_AUTH \
     96CCARGS="-DUSE_SSL -DUSE_SASL_AUTH \
    9797-I/usr/include/openssl -I/usr/include/sasl" \
    98 AUXLIBS="-L/usr/lib -R/usr/lib -lssl -lcrypto -lsasl2"</userinput></screen>
     98AUXLIBS="-L/usr/lib -lssl -lcrypto -lsasl2"</userinput></screen>
    9999
    100100      <sect4>
    101101        <title>SSL/TLS Authentication</title>
    102102
    103         <para>To use SSL/TLS authentication with
    104         <application>Postfix</application>, you will first need to apply a
    105         patch available from <ulink
    106         url="ftp://ftp.aet.tu-cottbus.de/pub/postfix_tls/pfixtls-0.8.18-2.1.3-0.9.7d.tar.gz"/>.
    107         Unzip the patch tarball, and apply it with the following commands:</para>
    108 
    109 <screen><userinput>patch -p1 &lt; ../pfixtls-0.8.18-2.1.3-0.9.7d/pfixtls.diff</userinput></screen>
    110 
    111         <para>You will need to pass the following values to the
     103        <para>To use TLS authentication with postfix
     104        you will need to pass the following values to the
    112105        <command>make makefiles</command> command:</para>
    113106
    114 <screen><literal>CCARGS="-DHAS_SSL -I/usr/include/openssl" \
     107<screen><literal>CCARGS="-DUSE_SSL -I/usr/include/openssl" \
    115108AUXLIBS="-L/usr/lib -lssl -lcrypto"</literal></screen>
    116109
     
    127120
    128121<screen><literal>CCARGS="-DUSE_SASL_AUTH -I/usr/include/sasl" \
    129 AUXLIBS="-L/usr/lib -R/usr/lib -lsasl2"</literal></screen>
     122AUXLIBS="-L/usr/lib -lsasl2"</literal></screen>
    130123
    131124      </sect4>
     
    174167        arguments:</para>
    175168
    176 <screen><literal>CCARGS=-DHAS_CDB AUXLIBS=/usr/lib/libcdb.a</literal></screen>
     169<screen><literal>CCARGS=-DHAS_CDB AUXLIBS=<replaceable>[/path/to/CDB]/</replaceable>libcdb.a</literal></screen>
    177170
    178171      </sect4>
     
    200193      following commands:</para>
    201194
    202 <screen role="root"><userinput>make</userinput></screen>
     195<screen><userinput>make</userinput></screen>
    203196
    204197    <para>This package does not come with a test suite.</para>
Note: See TracChangeset for help on using the changeset viewer.