Changeset 5e82411c for server/mail


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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.