source: basicnet/mailnews/mutt.xml@ e25b3ca

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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
Last change on this file since e25b3ca was e25b3ca, checked in by Guy Dalziel <gdalziel@…>, 15 years ago

Added patch to Mutt to fix SMTP issues. Mutt ticket #3289

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

  • Property mode set to 100644
File size: 12.6 KB
RevLine 
[bfe245f]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[bfe245f]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[fce275e]7 <!ENTITY mutt-download-http "&sourceforge-repo;/mutt/mutt-&mutt-version;.tar.gz">
[5ed9bd0]8 <!ENTITY mutt-download-ftp "ftp://ftp.mutt.org/mutt/devel/mutt-&mutt-version;.tar.gz">
[2188f69]9 <!ENTITY mutt-md5sum "73b3747bc7f7c805921e8d24ebac693f">
10 <!ENTITY mutt-size "3.4 MB">
11 <!ENTITY mutt-buildsize "28.5 MB">
12 <!ENTITY mutt-time "0.3 SBU">
[bfe245f]13]>
14
[377584f]15<sect1 id="mutt" xreflabel="Mutt-&mutt-version;">
[6b9cfc9]16 <?dbhtml filename="mutt.html"?>
[481b3e8]17
[6b9cfc9]18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
[481b3e8]22
[6b9cfc9]23 <title>Mutt-&mutt-version;</title>
[481b3e8]24
[6b9cfc9]25 <sect2 role="package">
26 <title>Introduction to Mutt</title>
[481b3e8]27
[2561ad9e]28 <para>The <application>Mutt</application> package contains a Mail User
29 Agent. This is useful for reading, writing, replying to, saving, and
30 deleting your email.</para>
[481b3e8]31
[6b9cfc9]32 <bridgehead renderas="sect3">Package Information</bridgehead>
33 <itemizedlist spacing='compact'>
34 <listitem>
35 <para>Download (HTTP): <ulink url="&mutt-download-http;"/></para>
36 </listitem>
37 <listitem>
38 <para>Download (FTP): <ulink url="&mutt-download-ftp;"/></para>
39 </listitem>
40 <listitem>
41 <para>Download MD5 sum: &mutt-md5sum;</para>
42 </listitem>
43 <listitem>
44 <para>Download size: &mutt-size;</para>
45 </listitem>
46 <listitem>
47 <para>Estimated disk space required: &mutt-buildsize;</para>
48 </listitem>
49 <listitem>
50 <para>Estimated build time: &mutt-time;</para>
51 </listitem>
52 </itemizedlist>
[481b3e8]53
[e25b3ca]54 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
55 <itemizedlist spacing="compact">
56 <listitem>
57 <para>Required patch: <ulink
58 url="&patch-root;/mutt-&mutt-version;-interactive_smtp_fix-1.patch"/></para>
59 </listitem>
60 </itemizedlist>
61
[6b9cfc9]62 <bridgehead renderas="sect3">Mutt Dependencies</bridgehead>
[481b3e8]63
[6b9cfc9]64 <bridgehead renderas="sect4">Optional</bridgehead>
[28655a5c]65 <para role="optional"><xref linkend="gnupg"/> or <xref linkend="gnupg2"/>,
[d5404360]66 <xref linkend="openssl"/> or <xref linkend="gnutls"/>,
[8250d8e]67 an <xref linkend="server-mail"/> (that provides a <command>sendmail</command> command),
68 <xref linkend="aspell"/>,
69 <xref linkend="mitkrb"/> or <xref linkend="heimdal"/>,
70 <xref linkend="cyrus-sasl"/>,
71 <xref linkend="slang"/>,
72 <xref linkend="libidn"/>,
73 <!-- <xref linkend="db"/> -->
[4d91d36c]74 <xref linkend="gdbm"/> or
[2188f69]75 <ulink url="http://qdbm.sourceforge.net/">QDBM</ulink> or
76 <ulink url="http://tokyocabinet.sourceforge.net/index.html">Tokyo Cabinet</ulink>, and
[4d91d36c]77 <ulink url="http://www.gnu.org/software/gdb/gdb.html">GDB</ulink>
78 </para>
[481b3e8]79
[2561ad9e]80 <bridgehead renderas="sect4">Optional (To Regenerate HTML
81 Documentation)</bridgehead>
82 <para role="optional"><xref linkend="libxslt"/> and either
[8250d8e]83 <xref linkend="lynx"/>,
84 <xref linkend="w3m"/> or
[2561ad9e]85 <ulink url="http://elinks.or.cz/">ELinks</ulink></para>
86
87 <bridgehead renderas="sect4">Optional (To Generate PDF Manual)</bridgehead>
[25f9f1f]88 <para role="optional"><xref linkend="jadetex"/> and
89 <xref linkend="docbook-dsssl"/></para>
[8ae8678b]90
[061ec9d]91 <para condition="html" role="usernotes">User Notes:
92 <ulink url="&blfs-wiki;/mutt"/></para>
93
[6b9cfc9]94 </sect2>
[481b3e8]95
[6b9cfc9]96 <sect2 role="installation">
97 <title>Installation of Mutt</title>
[481b3e8]98
[5ed9bd0]99 <note>
100 <para>This version of <application>Mutt</application> is a development
101 release. The BLFS staff has determined that it provides a stable
102 program and fixes two issues in the current stable version of
103 <application>Mutt</application>: a segmentation fault that occurs under
104 certain conditions and a compilation problem when building with
105 <application>GCC-&gcc-version;</application>. To find the current
106 stable release, please refer to the
107 <ulink url="http://www.mutt.org/">Mutt home page</ulink>.</para>
108 </note>
109
[481b3e8]110 <para><application>Mutt</application> requires a group named
111 <systemitem class="groupname">mail</systemitem>. You can
[6b9cfc9]112 add this group, if it does not exist, with this command:</para>
[481b3e8]113
[b785ab29]114<screen role="root"><userinput>groupadd -g 34 mail</userinput></screen>
[481b3e8]115
[73b3b3b]116 <para>If you did not install an MTA, such as <xref linkend="postfix"/> or
[481b3e8]117 <xref linkend="sendmail"/>, you need to modify the ownership of
[6b9cfc9]118 <filename class="directory">/var/mail</filename> with this command:</para>
[481b3e8]119
[e3353b3]120<screen role="root"><userinput>chgrp -v mail /var/mail</userinput></screen>
[481b3e8]121
122 <para>Install <application>Mutt</application> by running the following
[6b9cfc9]123 commands:</para>
[481b3e8]124
[e25b3ca]125<screen><userinput>patch -Np1 -i ../mutt-&mutt-version;-interactive_smtp_fix-1.patch &amp;&amp;
126./configure --prefix=/usr --sysconfdir=/etc \
[2188f69]127 --with-docdir=/usr/share/doc/mutt-&mutt-version; \
128 --enable-pop --enable-imap \
129 --enable-hcache --without-qdbm \
130 --without-tokyocabinet \
131 --without-gdbm --with-bdb &amp;&amp;
[46441976]132make</userinput></screen>
133
[2561ad9e]134 <para>If you have the necessary dependencies installed and would like
135 to rebuild the HTML documentation, issue the following commands:</para>
136
137<screen><userinput>make -C doc clean &amp;&amp;
138make -C doc</userinput></screen>
139
140 <para>To generate the PDF manual with <xref linkend="jadetex"/>, run
[25f9f1f]141 the following command:</para>
[2561ad9e]142
143<screen><userinput>make -C doc manual.pdf</userinput></screen>
144
[46441976]145 <para>This package does not come with a test suite.</para>
146
147 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
148
149<screen role='root'><userinput>make install</userinput></screen>
[481b3e8]150
[2561ad9e]151 <para>If you generated the PDF manual, install it and the source TeX
[25f9f1f]152 file by issuing the following command as the
153 <systemitem class="username">root</systemitem> user:</para>
[2561ad9e]154
155<screen role='root'><userinput>install -v -m644 doc/manual.{pdf,tex} \
156 /usr/share/doc/mutt-&mutt-version;</userinput></screen>
157
[6b9cfc9]158 </sect2>
[481b3e8]159
[6b9cfc9]160 <sect2 role="commands">
[e3353b3]161 <title>Command Explanations</title>
[481b3e8]162
[6b9cfc9]163 <para><parameter>--enable-pop</parameter>: This switch enables
[481b3e8]164 POP3 support.</para>
165
[6b9cfc9]166 <para><parameter>--enable-imap</parameter>: This switch enables
[481b3e8]167 IMAP support.</para>
[fd7e0ed6]168
[4d91d36c]169 <para><parameter>--enable-hcache</parameter>: This switch enables
170 header caching.</para>
171
172 <para><parameter>--without-qdbm</parameter>: This switch disables
[3b03fd44]173 <application>QDBM</application> as the header cache backend.</para>
[4d91d36c]174
[2188f69]175 <para><parameter>--without-tokyocabinet</parameter>: This switch disables
176 <application>Tokyo Cabinet</application> as the header cache backend.</para>
177
[4d91d36c]178 <para><parameter>--without-gdbm</parameter>: This switch disables
[3b03fd44]179 <application>GDBM</application> as the header cache backend.</para>
[4d91d36c]180
181 <para><parameter>--with-bdb</parameter>: This switch enables
[3b03fd44]182 <application>Berkeley DB</application> as the header cache backend.</para>
[481b3e8]183
[2561ad9e]184 <para><parameter>--enable-smtp</parameter>: This switch enables
185 SMTP relay support.</para>
186
[156638b]187 <para><parameter>--with-ssl</parameter>: This parameter adds SSL/TLS
188 support from <xref linkend="openssl"/> in POP3/IMAP/SMTP if they are
189 enabled.</para>
190
191 <para><parameter>--with-sasl</parameter>: This parameter adds
192 authentication support from <xref linkend="cyrus-sasl"/> in POP3/IMAP/SMTP
193 if they are enabled. Depending on the server configuration, this may not
194 be needed for POP3 or IMAP. However, it is needed for SMTP
195 authentication.</para>
[126e7ea2]196
[6b9cfc9]197 </sect2>
[481b3e8]198
[6b9cfc9]199 <sect2 role="configuration">
200 <title>Configuring Mutt</title>
[481b3e8]201
[6b9cfc9]202 <sect3 id="mutt-config">
[e3353b3]203 <title>Config Files</title>
[481b3e8]204
[6b9cfc9]205 <para><filename>/etc/Muttrc</filename>, <filename>~/.muttrc</filename>,
206 <filename>/etc/mime.types</filename>, <filename>~/.mime.types</filename></para>
[481b3e8]207
[6b9cfc9]208 <indexterm zone="mutt mutt-config">
209 <primary sortas="e-etc-Muttrc">/etc/Muttrc</primary>
210 </indexterm>
[481b3e8]211
[6b9cfc9]212 <indexterm zone="mutt mutt-config">
213 <primary sortas="e-AA.muttrc">~/.muttrc</primary>
214 </indexterm>
[481b3e8]215
[6b9cfc9]216 <indexterm zone="mutt mutt-config">
217 <primary sortas="e-etc-mime.types">/etc/mime.types</primary>
218 </indexterm>
[481b3e8]219
[6b9cfc9]220 <indexterm zone="mutt mutt-config">
221 <primary sortas="e-AA.mime.types">~/.mime.types</primary>
222 </indexterm>
[481b3e8]223
[6b9cfc9]224 </sect3>
[481b3e8]225
[6b9cfc9]226 <sect3>
227 <title>Configuration Information</title>
[481b3e8]228
[6b9cfc9]229 <para>No changes in these files are necessary to begin using
[481b3e8]230 <application>Mutt</application>. When you are ready to make changes, the
[6b9cfc9]231 man page for <filename>muttrc</filename> is a good starting place.</para>
[481b3e8]232
233 <para>In order to utilize <application>GnuPG</application>, use the following
[6b9cfc9]234 command:</para>
[481b3e8]235
[2561ad9e]236<screen><userinput>cat /usr/share/doc/mutt-&mutt-version;/samples/gpg.rc &gt;&gt; ~/.muttrc</userinput></screen>
[481b3e8]237
[ac5d8cf]238 <para><application>Mutt</application> uses <command>gpg</command> in the
239 imported sample. If you have <xref linkend="gnupg2"/> installed and you
240 do not have <xref linkend="gnupg"/> installed you can create a symlink
241 to satisfy this condition:</para>
242
[5fd923b]243 <screen role="root"><userinput>ln -v -s gpg2 /usr/bin/gpg</userinput></screen>
[ac5d8cf]244
245 <para>If, however, you have <xref linkend="gnupg"/> installed and you wish
[5fd923b]246 to use <xref linkend="gnupg2"/>, then you should edit
247 <filename>~/.muttrc</filename> by hand and change all occurances of
248 <command>gpg</command> to <command>gpg2</command>.</para>
[ac5d8cf]249
[6b9cfc9]250 </sect3>
[481b3e8]251
[6b9cfc9]252 </sect2>
[481b3e8]253
[6b9cfc9]254 <sect2 role="content">
255 <title>Contents</title>
[481b3e8]256
[6b9cfc9]257 <segmentedlist>
258 <segtitle>Installed Programs</segtitle>
259 <segtitle>Installed Libraries</segtitle>
260 <segtitle>Installed Directories</segtitle>
[481b3e8]261
[6b9cfc9]262 <seglistitem>
[2561ad9e]263 <seg>flea, mutt, mutt_dotlock, muttbug, pgpewrap, pgpring, and
264 smime_keys</seg>
[6b9cfc9]265 <seg>None</seg>
[2561ad9e]266 <seg>/usr/share/doc/mutt-&mutt-version;</seg>
[6b9cfc9]267 </seglistitem>
268 </segmentedlist>
[481b3e8]269
[6b9cfc9]270 <variablelist>
271 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
272 <?dbfo list-presentation="list"?>
273 <?dbhtml list-presentation="table"?>
[481b3e8]274
[6b9cfc9]275 <varlistentry id="flea">
276 <term><command>flea</command></term>
277 <listitem>
278 <para>is a bug submitter for <application>Mutt</application>.</para>
279 <indexterm zone="mutt flea">
280 <primary sortas="b-flea">flea</primary>
281 </indexterm>
282 </listitem>
283 </varlistentry>
[481b3e8]284
[6b9cfc9]285 <varlistentry id="mutt-prog">
286 <term><command>mutt</command></term>
287 <listitem>
[2561ad9e]288 <para>is a Mail User Agent (MUA) which enables you to read, write
289 and delete your email.</para>
[6b9cfc9]290 <indexterm zone="mutt mutt-prog">
291 <primary sortas="b-mutt">mutt</primary>
292 </indexterm>
293 </listitem>
294 </varlistentry>
[481b3e8]295
[6b9cfc9]296 <varlistentry id="mutt_dotlock">
297 <term><command>mutt_dotlock</command></term>
298 <listitem>
299 <para>implements the mail spool file lock.</para>
300 <indexterm zone="mutt mutt_dotlock">
301 <primary sortas="b-mutt_dotlock">mutt_dotlock</primary>
302 </indexterm>
303 </listitem>
304 </varlistentry>
[481b3e8]305
[6b9cfc9]306 <varlistentry id="muttbug">
307 <term><command>muttbug</command></term>
308 <listitem>
309 <para>is a script that executes <command>flea</command>.</para>
310 <indexterm zone="mutt muttbug">
311 <primary sortas="c-muttbug">muttbug</primary>
312 </indexterm>
313 </listitem>
314 </varlistentry>
[481b3e8]315
[2561ad9e]316 <varlistentry id="pgpewrap">
317 <term><command>pgpewrap</command></term>
318 <listitem>
319 <para>prepares a command line for the <xref linkend="gnupg"/>
320 utilities.</para>
321 <indexterm zone="mutt pgpewrap">
322 <primary sortas="c-pgpewrap">pgpewrap</primary>
323 </indexterm>
324 </listitem>
325 </varlistentry>
326
327 <varlistentry id="pgpring">
328 <term><command>pgpring</command></term>
329 <listitem>
330 <para>is a key ring dumper for <ulink
331 url="http://www.pgp.com/">PGP</ulink>. It is not needed for
332 <xref linkend="gnupg"/>.</para>
333 <indexterm zone="mutt pgpring">
334 <primary sortas="c-pgpring">pgpring</primary>
335 </indexterm>
336 </listitem>
337 </varlistentry>
338
339 <varlistentry id="smime_keys">
340 <term><command>smime_keys</command></term>
341 <listitem>
342 <para>manages a keystore for S/MIME certificates.</para>
343 <indexterm zone="mutt smime_keys">
344 <primary sortas="c-smime_keys">smime_keys</primary>
345 </indexterm>
346 </listitem>
347 </varlistentry>
348
[6b9cfc9]349 </variablelist>
[481b3e8]350
[6b9cfc9]351 </sect2>
[481b3e8]352
[f45b1953]353</sect1>
Note: See TracBrowser for help on using the repository browser.