source: basicnet/mailnews/mutt.xml@ 28655a5c

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
Last change on this file since 28655a5c was 28655a5c, checked in by Randy McMurchy <randy@…>, 16 years ago

Updated dependencies to reflect new packages added to BLFS; also updated the Credits page

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

  • Property mode set to 100644
File size: 11.3 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY mutt-download-http "http://downloads.sourceforge.net/mutt/mutt-&mutt-version;.tar.gz">
8 <!ENTITY mutt-download-ftp "ftp://ftp.mutt.org/mutt/devel/mutt-&mutt-version;.tar.gz">
9 <!ENTITY mutt-md5sum "49387458be0cb52b85ae0d73af699aae">
10 <!ENTITY mutt-size "3.5 MB">
11 <!ENTITY mutt-buildsize "25.4 MB">
12 <!ENTITY mutt-time "0.4 SBU">
13]>
14
15<sect1 id="mutt" xreflabel="Mutt-&mutt-version;">
16 <?dbhtml filename="mutt.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Mutt-&mutt-version;</title>
24
25 <sect2 role="package">
26 <title>Introduction to Mutt</title>
27
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>
31
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>
53
54 <bridgehead renderas="sect3">Mutt Dependencies</bridgehead>
55
56 <bridgehead renderas="sect4">Optional</bridgehead>
57 <para role="optional"><xref linkend="gnupg"/> or <xref linkend="gnupg2"/>,
58 <xref linkend="openssl"/> or <xref linkend="gnutls"/>,
59 an <xref linkend="server-mail"/> (that provides a <command>sendmail</command> command),
60 <xref linkend="aspell"/>,
61 <xref linkend="mitkrb"/> or <xref linkend="heimdal"/>,
62 <xref linkend="cyrus-sasl"/>,
63 <xref linkend="slang"/>,
64 <xref linkend="libidn"/>,
65 <xref linkend="gdbm"/>, and
66 <!-- <xref linkend="db"/> -->
67 <ulink url="http://www.gnu.org/software/gdb/gdb.html">GDB</ulink></para>
68
69 <bridgehead renderas="sect4">Optional (To Regenerate HTML
70 Documentation)</bridgehead>
71 <para role="optional"><xref linkend="libxslt"/> and either
72 <xref linkend="lynx"/>,
73 <xref linkend="w3m"/> or
74 <ulink url="http://elinks.or.cz/">ELinks</ulink></para>
75
76 <bridgehead renderas="sect4">Optional (To Generate PDF Manual)</bridgehead>
77 <para role="optional"><xref linkend="jadetex"/> and
78 <xref linkend="docbook-dsssl"/></para>
79
80 <para condition="html" role="usernotes">User Notes:
81 <ulink url="&blfs-wiki;/mutt"/></para>
82
83 </sect2>
84
85 <sect2 role="installation">
86 <title>Installation of Mutt</title>
87
88 <note>
89 <para>This version of <application>Mutt</application> is a development
90 release. The BLFS staff has determined that it provides a stable
91 program and fixes two issues in the current stable version of
92 <application>Mutt</application>: a segmentation fault that occurs under
93 certain conditions and a compilation problem when building with
94 <application>GCC-&gcc-version;</application>. To find the current
95 stable release, please refer to the
96 <ulink url="http://www.mutt.org/">Mutt home page</ulink>.</para>
97 </note>
98
99 <caution>
100 <para>If you choose to link <application>Mutt</application> against
101 <xref linkend="gnutls"/>,
102 you won't have SSL client certificate support. Specifically the
103 <envar>ssl_client_cert</envar> configuration variable is recognized
104 as invalid. That means you will lose the ability to use
105 <command>mutt</command> via SMTP over TLS or in the case when
106 a client certification is required for authentication on an IMAP server.
107 For these reasons it is recommended to link <application>Mutt</application>
108 against <xref linkend="openssl"/> if you want SSL/TLS support.</para>
109 </caution>
110
111 <para><application>Mutt</application> requires a group named
112 <systemitem class="groupname">mail</systemitem>. You can
113 add this group, if it does not exist, with this command:</para>
114
115<screen role="root"><userinput>groupadd -g 34 mail</userinput></screen>
116
117 <para>If you did not install an MTA, such as <xref linkend="postfix"/> or
118 <xref linkend="sendmail"/>, you need to modify the ownership of
119 <filename class="directory">/var/mail</filename> with this command:</para>
120
121<screen role="root"><userinput>chgrp -v mail /var/mail</userinput></screen>
122
123 <para>Install <application>Mutt</application> by running the following
124 commands:</para>
125
126<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc \
127 --with-docdir=/usr/share/doc/mutt-&mutt-version; \
128 --enable-pop --enable-imap &amp;&amp;
129make</userinput></screen>
130
131 <para>If you have the necessary dependencies installed and would like
132 to rebuild the HTML documentation, issue the following commands:</para>
133
134<screen><userinput>make -C doc clean &amp;&amp;
135make -C doc</userinput></screen>
136
137 <para>To generate the PDF manual with <xref linkend="jadetex"/>, run
138 the following command:</para>
139
140<screen><userinput>make -C doc manual.pdf</userinput></screen>
141
142 <para>This package does not come with a test suite.</para>
143
144 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
145
146<screen role='root'><userinput>make install</userinput></screen>
147
148 <para>If you generated the PDF manual, install it and the source TeX
149 file by issuing the following command as the
150 <systemitem class="username">root</systemitem> user:</para>
151
152<screen role='root'><userinput>install -v -m644 doc/manual.{pdf,tex} \
153 /usr/share/doc/mutt-&mutt-version;</userinput></screen>
154
155 </sect2>
156
157 <sect2 role="commands">
158 <title>Command Explanations</title>
159
160 <para><parameter>--enable-pop</parameter>: This switch enables
161 POP3 support.</para>
162
163 <para><parameter>--enable-imap</parameter>: This switch enables
164 IMAP support.</para>
165
166 <para><parameter>--enable-smtp</parameter>: This switch enables
167 SMTP relay support.</para>
168
169 <para><parameter>--with-ssl</parameter>: This parameter adds SSL/TLS
170 support from <xref linkend="openssl"/> in POP3/IMAP/SMTP if they are
171 enabled.</para>
172
173 <para><parameter>--with-sasl</parameter>: This parameter adds
174 authentication support from <xref linkend="cyrus-sasl"/> in POP3/IMAP/SMTP
175 if they are enabled. Depending on the server configuration, this may not
176 be needed for POP3 or IMAP. However, it is needed for SMTP
177 authentication.</para>
178
179 </sect2>
180
181 <sect2 role="configuration">
182 <title>Configuring Mutt</title>
183
184 <sect3 id="mutt-config">
185 <title>Config Files</title>
186
187 <para><filename>/etc/Muttrc</filename>, <filename>~/.muttrc</filename>,
188 <filename>/etc/mime.types</filename>, <filename>~/.mime.types</filename></para>
189
190 <indexterm zone="mutt mutt-config">
191 <primary sortas="e-etc-Muttrc">/etc/Muttrc</primary>
192 </indexterm>
193
194 <indexterm zone="mutt mutt-config">
195 <primary sortas="e-AA.muttrc">~/.muttrc</primary>
196 </indexterm>
197
198 <indexterm zone="mutt mutt-config">
199 <primary sortas="e-etc-mime.types">/etc/mime.types</primary>
200 </indexterm>
201
202 <indexterm zone="mutt mutt-config">
203 <primary sortas="e-AA.mime.types">~/.mime.types</primary>
204 </indexterm>
205
206 </sect3>
207
208 <sect3>
209 <title>Configuration Information</title>
210
211 <para>No changes in these files are necessary to begin using
212 <application>Mutt</application>. When you are ready to make changes, the
213 man page for <filename>muttrc</filename> is a good starting place.</para>
214
215 <para>In order to utilize <application>GnuPG</application>, use the following
216 command:</para>
217
218<screen><userinput>cat /usr/share/doc/mutt-&mutt-version;/samples/gpg.rc &gt;&gt; ~/.muttrc</userinput></screen>
219
220 </sect3>
221
222 </sect2>
223
224 <sect2 role="content">
225 <title>Contents</title>
226
227 <segmentedlist>
228 <segtitle>Installed Programs</segtitle>
229 <segtitle>Installed Libraries</segtitle>
230 <segtitle>Installed Directories</segtitle>
231
232 <seglistitem>
233 <seg>flea, mutt, mutt_dotlock, muttbug, pgpewrap, pgpring, and
234 smime_keys</seg>
235 <seg>None</seg>
236 <seg>/usr/share/doc/mutt-&mutt-version;</seg>
237 </seglistitem>
238 </segmentedlist>
239
240 <variablelist>
241 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
242 <?dbfo list-presentation="list"?>
243 <?dbhtml list-presentation="table"?>
244
245 <varlistentry id="flea">
246 <term><command>flea</command></term>
247 <listitem>
248 <para>is a bug submitter for <application>Mutt</application>.</para>
249 <indexterm zone="mutt flea">
250 <primary sortas="b-flea">flea</primary>
251 </indexterm>
252 </listitem>
253 </varlistentry>
254
255 <varlistentry id="mutt-prog">
256 <term><command>mutt</command></term>
257 <listitem>
258 <para>is a Mail User Agent (MUA) which enables you to read, write
259 and delete your email.</para>
260 <indexterm zone="mutt mutt-prog">
261 <primary sortas="b-mutt">mutt</primary>
262 </indexterm>
263 </listitem>
264 </varlistentry>
265
266 <varlistentry id="mutt_dotlock">
267 <term><command>mutt_dotlock</command></term>
268 <listitem>
269 <para>implements the mail spool file lock.</para>
270 <indexterm zone="mutt mutt_dotlock">
271 <primary sortas="b-mutt_dotlock">mutt_dotlock</primary>
272 </indexterm>
273 </listitem>
274 </varlistentry>
275
276 <varlistentry id="muttbug">
277 <term><command>muttbug</command></term>
278 <listitem>
279 <para>is a script that executes <command>flea</command>.</para>
280 <indexterm zone="mutt muttbug">
281 <primary sortas="c-muttbug">muttbug</primary>
282 </indexterm>
283 </listitem>
284 </varlistentry>
285
286 <varlistentry id="pgpewrap">
287 <term><command>pgpewrap</command></term>
288 <listitem>
289 <para>prepares a command line for the <xref linkend="gnupg"/>
290 utilities.</para>
291 <indexterm zone="mutt pgpewrap">
292 <primary sortas="c-pgpewrap">pgpewrap</primary>
293 </indexterm>
294 </listitem>
295 </varlistentry>
296
297 <varlistentry id="pgpring">
298 <term><command>pgpring</command></term>
299 <listitem>
300 <para>is a key ring dumper for <ulink
301 url="http://www.pgp.com/">PGP</ulink>. It is not needed for
302 <xref linkend="gnupg"/>.</para>
303 <indexterm zone="mutt pgpring">
304 <primary sortas="c-pgpring">pgpring</primary>
305 </indexterm>
306 </listitem>
307 </varlistentry>
308
309 <varlistentry id="smime_keys">
310 <term><command>smime_keys</command></term>
311 <listitem>
312 <para>manages a keystore for S/MIME certificates.</para>
313 <indexterm zone="mutt smime_keys">
314 <primary sortas="c-smime_keys">smime_keys</primary>
315 </indexterm>
316 </listitem>
317 </varlistentry>
318
319 </variablelist>
320
321 </sect2>
322
323</sect1>
Note: See TracBrowser for help on using the repository browser.