Changeset 07abc5b


Ignore:
Timestamp:
10/19/2006 02:06:22 PM (18 years ago)
Author:
Dan Nichilson <dnicholson@…>
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:
597d42ce
Parents:
d9091faa
Message:

Missing macro allows Postfix to use Cyrus-SASL

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rd9091faa r07abc5b  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[dnicholson] - Added needed macro to use Cyrus-SASL
     49          in Postfix.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[dnicholson] - Updated to OpenLDAP-2.3.27.</para>
    4953        </listitem>
  • server/mail/postfix.xml

    rd9091faa r07abc5b  
    101101
    102102<screen><userinput>make makefiles \
    103 CCARGS='-DUSE_TLS -DUSE_SASL_AUTH -DDEF_DAEMON_DIR=\"/usr/lib/postfix\" \
    104     -DDEF_MANPAGE_DIR=\"/usr/share/man\" -I/usr/include/openssl \
    105     -I/usr/include/sasl' \
     103CCARGS='-DUSE_TLS -DUSE_SASL_AUTH -DUSE_CYRUS_SASL \
     104    -DDEF_DAEMON_DIR=\"/usr/lib/postfix\" \
     105    -DDEF_MANPAGE_DIR=\"/usr/share/man\" \
     106    -DDEF_HTML_DIR=\"/usr/share/doc/postfix-&postfix-version;/html\" \
     107    -DDEF_README_DIR=\"/usr/share/doc/postfix-&postfix-version;/README\" \
     108    -I/usr/include/openssl -I/usr/include/sasl' \
    106109    AUXLIBS='-L/usr/lib -lssl -lcrypto -lsasl2'</userinput></screen>
    107110
     
    127130        <application>Postfix</application>, use the following arguments:</para>
    128131
    129 <screen><literal>CCARGS='-DUSE_SASL_AUTH -I/usr/include/sasl'
     132<screen><literal>CCARGS='-DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl'
    130133AUXLIBS='-L/usr/lib -lsasl2'</literal></screen>
    131134
Note: See TracChangeset for help on using the changeset viewer.