Author: dnicholson
Date: 2007-06-15 12:16:49 -0600 (Fri, 15 Jun 2007)
New Revision: 6807
Modified:
trunk/BOOK/basicnet/mailnews/mutt.xml
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
Log:
Mutt cleanups from Alexander Patrakov and Ag Hatzim
Modified: trunk/BOOK/basicnet/mailnews/mutt.xml
===================================================================
--- trunk/BOOK/basicnet/mailnews/mutt.xml 2007-06-13 04:39:38 UTC (rev
6806)
+++ trunk/BOOK/basicnet/mailnews/mutt.xml 2007-06-15 18:16:49 UTC (rev
6807)
@@ -115,16 +115,12 @@
<screen role="root"><userinput>chgrp -v mail /var/mail</userinput></screen>
- <para>Fix a security vulnerability in
<application>Mutt</application>:</para>
-
-<screen><userinput>patch -Np1 -i
../mutt-&mutt-version;-security_fix-1.patch</userinput></screen>
-
<para>Install <application>Mutt</application> by running the following
commands:</para>
<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc \
--with-docdir=/usr/share/doc/mutt-&mutt-version; \
- --enable-pop --enable-imap --enable-smtp &&
+ --enable-pop --enable-imap &&
make</userinput></screen>
<para>If you have the necessary dependencies installed and would like
@@ -168,9 +164,16 @@
<para><parameter>--enable-smtp</parameter>: This switch enables
SMTP relay support.</para>
- <para><parameter>--with-...</parameter>: This switch enables the various
- dependencies.</para>
+ <para><parameter>--with-ssl</parameter>: This parameter adds SSL/TLS
+ support from <xref linkend="openssl"/> in POP3/IMAP/SMTP if they are
+ enabled.</para>
+ <para><parameter>--with-sasl</parameter>: This parameter adds
+ authentication support from <xref linkend="cyrus-sasl"/> in POP3/IMAP/SMTP
+ if they are enabled. Depending on the server configuration, this may not
+ be needed for POP3 or IMAP. However, it is needed for SMTP
+ authentication.</para>
+
</sect2>
<sect2 role="configuration">
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2007-06-13 04:39:38 UTC (rev 6806)
+++ trunk/BOOK/general.ent 2007-06-15 18:16:49 UTC (rev 6807)
@@ -3,7 +3,7 @@
$Date$
-->
-<!ENTITY day "13"> <!-- Always 2 digits -->
+<!ENTITY day "15"> <!-- Always 2 digits -->
<!ENTITY month "06"> <!-- Always 2 digits -->
<!ENTITY year "2007">
<!ENTITY version "svn-&year;&month;&day;">
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2007-06-13 04:39:38 UTC
(rev 6806)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2007-06-15 18:16:49 UTC
(rev 6807)
@@ -42,6 +42,16 @@
-->
<listitem>
+ <para>June 15th, 2007</para>
+ <itemizedlist>
+ <listitem>
+ <para>[dnicholson] - Mutt cleanups from Alexander Patrakov and
+ Ag Hatzim.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>June 13th, 2007</para>
<itemizedlist>
<listitem>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page