Changeset c7f6bfd7


Ignore:
Timestamp:
07/30/2007 06:52:36 PM (17 years ago)
Author:
Ag Hatzimanikas <ag@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
0d7ec6f1
Parents:
0f39a2b
Message:

Added a warning in mutt instructions, about building mutt against GnuTLS

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • basicnet/mailnews/mutt.xml

    r0f39a2b rc7f6bfd7  
    104104    </note>
    105105
     106    <caution>
     107    <para>If you choose to link <application>Mutt</application> against
     108    <ulink url="http://www.gnu.org/software/gnutls/">GnuTLS</ulink>,
     109    you won't have SSL client certificate support. Specifically the
     110    <envar>ssl_client_cert</envar> configuration variable is recognized
     111    as invalid. That means you will loose the ability to use
     112    <command>mutt</command> via SMTP over TLS or in the case when
     113    a client certification is required for authentication on an IMAP server.
     114    For these reasons we recommend to link <application>Mutt</application>
     115    against <xref linkend="openssl"/> if you want SSL/TLS support.</para>
     116    </caution>
     117
    106118    <para><application>Mutt</application> requires a group named
    107119    <systemitem class="groupname">mail</systemitem>.  You can
  • introduction/welcome/changelog.xml

    r0f39a2b rc7f6bfd7  
    4545      <para>July 30th, 2007</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[ag] - Added a warning in mutt instructions, about linking mutt
     49          against GnuTLS.</para>
     50        </listitem>
    4751        <listitem>
    4852          <para>[ag] - Added a consolidated patch to vim instructions, with fixes
Note: See TracChangeset for help on using the changeset viewer.