source: networking/mailnews/mutt.xml@ 0abdb48

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 0abdb48 was 0abdb48, checked in by Ken Moffat <ken@…>, 8 years ago

mutt-1.6.1 and asymptote-2.37

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

  • Property mode set to 100644
File size: 12.5 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 "&sourceforge-repo;/mutt/mutt-&mutt-version;.tar.gz">-->
8 <!ENTITY mutt-download-http " ">
9 <!ENTITY mutt-download-ftp "ftp://ftp.mutt.org/pub/mutt/mutt-&mutt-version;.tar.gz">
10 <!ENTITY mutt-md5sum "be4d6e738c75c9287e76db7caec6bace">
11 <!ENTITY mutt-size "3.8 MB">
12 <!ENTITY mutt-buildsize "36 MB (plus a further 5MB for the PDF manual)">
13 <!ENTITY mutt-time "0.3 SBU (plus a further 0.1 SBU to build the PDF manual)">
14]>
15
16<sect1 id="mutt" xreflabel="Mutt-&mutt-version;">
17 <?dbhtml filename="mutt.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>Mutt-&mutt-version;</title>
25
26 <indexterm zone="mutt">
27 <primary sortas="a-mutt">mutt</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to Mutt</title>
32
33 <para>The <application>Mutt</application> package contains a Mail User
34 Agent. This is useful for reading, writing, replying to, saving, and
35 deleting your email.</para>
36
37 &lfs79_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing='compact'>
41 <listitem>
42 <para>Download (HTTP): <ulink url="&mutt-download-http;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download (FTP): <ulink url="&mutt-download-ftp;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download MD5 sum: &mutt-md5sum;</para>
49 </listitem>
50 <listitem>
51 <para>Download size: &mutt-size;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated disk space required: &mutt-buildsize;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated build time: &mutt-time;</para>
58 </listitem>
59 </itemizedlist>
60
61 <!--<bridgehead renderas="sect3">Additional Downloads</bridgehead>
62 <itemizedlist spacing='compact'>
63 <listitem>
64 <para>Required patch: <ulink
65 url="&patch-root;/mutt-&mutt-version;-upstream_fixes-1.patch"/>
66 </para>
67 </listitem>
68 </itemizedlist>-->
69
70 <bridgehead renderas="sect3">Mutt Dependencies</bridgehead>
71
72 <bridgehead renderas="sect4">Optional</bridgehead>
73 <para role="optional">
74 <xref linkend="aspell"/>,
75 <xref linkend="cyrus-sasl"/>,
76 <xref linkend="gdb"/>,
77 <xref linkend="gnupg2"/>,
78 <xref linkend="gpgme"/>,
79 <ulink url="http://www.citi.umich.edu/projects/nfsv4/linux/">libgssapi</ulink>,
80 <xref linkend="libidn"/>,
81 <xref linkend="mitkrb"/>,
82 <ulink url="http://mixmaster.sourceforge.net/">Mixmaster</ulink>,
83 an <xref linkend="server-mail"/> (that provides a <command>sendmail</command> command),
84 <xref linkend="slang"/>,
85 <xref linkend="openssl"/> or
86 <xref linkend="gnutls"/>,
87 <xref linkend="db"/> or
88 <ulink url="http://fallabs.com/qdbm/">QDBM</ulink> or
89 <ulink url="http://fallabs.com/tokyocabinet/">Tokyo Cabinet</ulink>
90 </para>
91
92 <bridgehead renderas="sect4">Optional (To Regenerate HTML
93 Documentation)</bridgehead>
94 <para role="optional">
95 <xref linkend="libxslt"/> and either
96 <xref linkend="lynx"/>,
97 <xref linkend="w3m"/>, or
98 <ulink url="http://elinks.or.cz/">ELinks</ulink>
99 </para>
100
101 <bridgehead renderas="sect4">Optional (To Generate PDF Manual)</bridgehead>
102 <para role="optional">
103 <xref linkend="docbook-dsssl"/>,
104 <xref linkend="openjade"/>, and
105 <xref linkend="texlive"/> (or <xref linkend="tl-installer"/>)
106 </para>
107
108 <para condition="html" role="usernotes">User Notes:
109 <ulink url="&blfs-wiki;/mutt"/></para>
110
111 </sect2>
112
113 <sect2 role="installation">
114 <title>Installation of Mutt</title>
115
116 <para><application>Mutt</application> requires a group named
117 <systemitem class="groupname">mail</systemitem>. You can
118 add this group, if it does not exist, with this command:</para>
119
120<screen role="root"><userinput>groupadd -g 34 mail</userinput></screen>
121
122 <para>If you did not install an <xref linkend="server-mail"/>, you need to
123 modify the ownership of <filename class="directory">/var/mail</filename>
124 with this command:</para>
125
126<screen role="root"><userinput>chgrp -v mail /var/mail</userinput></screen>
127
128 <para><application>Mutt</application> will rebuild the html documentation
129 if <application>libxslt</application> is present, then use that to update
130 the text manual - even if none of the specified browsers are present. That
131 will create an empty text file, so we will save the shipped file.
132 </para>
133
134 <para>Install <application>Mutt</application> by running the following
135 commands:</para>
136
137<screen><userinput>cp -v doc/manual.txt{,.shipped} &amp;&amp;
138./configure --prefix=/usr \
139 --sysconfdir=/etc \
140 --with-docdir=/usr/share/doc/mutt-&mutt-version; \
141 --enable-external-dotlock \
142 --enable-pop \
143 --enable-imap \
144 --enable-hcache &amp;&amp;
145make &amp;&amp;
146test -s doc/manual.txt || mv -v doc/manual.txt{.shipped,}</userinput></screen>
147
148 <para>To generate the PDF manual with <xref linkend="texlive"/>, run
149 the following command:</para>
150
151<screen><userinput>make -C doc manual.pdf</userinput></screen>
152
153 <para>This package does not come with a test suite.</para>
154
155 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
156
157<screen role='root'><userinput>make install</userinput></screen>
158
159 <para>If you generated the PDF manual, install it
160 by issuing the following command as the
161 <systemitem class="username">root</systemitem> user:</para>
162
163<screen role='root'><userinput>install -v -m644 doc/manual.pdf \
164 /usr/share/doc/mutt-&mutt-version;</userinput></screen>
165
166 <note>
167 <para>
168 If you used a DESTDIR method to only install to a temporary location as
169 a regular user (as part of a package menagement process), you will need
170 to run the following as the <systemitem class="username">root</systemitem>
171 user after completing the real install:
172 </para>
173
174<screen role="nodump"><userinput>chown root:mail /usr/bin/mutt_dotlock &amp;&amp;
175chmod -v 2755 /usr/bin/mutt_dotclock</userinput></screen>
176 </note>
177
178
179 </sect2>
180
181 <sect2 role="commands">
182 <title>Command Explanations</title>
183
184 <para><parameter>--enable-external-dotlock</parameter>: In some circumstances
185 the mutt-dotlock program is not created. This switch ensures it is always
186 created.</para>
187
188 <para><parameter>--enable-pop</parameter>: This switch enables
189 POP3 support.</para>
190
191 <para><parameter>--enable-imap</parameter>: This switch enables
192 IMAP support.</para>
193
194 <para><parameter>--enable-hcache</parameter>: This switch enables
195 header caching.</para>
196
197 <para><option>--enable-smtp</option>: This switch enables
198 SMTP relay support.</para>
199
200 <para><option>--with-ssl</option>: This parameter adds SSL/TLS
201 support from <xref linkend="openssl"/> in POP3/IMAP/SMTP if they are
202 enabled.</para>
203
204 <para><option>--with-sasl</option>: This parameter adds
205 authentication support from <xref linkend="cyrus-sasl"/> in POP3/IMAP/SMTP
206 if they are enabled. Depending on the server configuration, this may not
207 be needed for POP3 or IMAP. However, it is needed for SMTP
208 authentication.</para>
209
210 <!-- we do not normally list all possible switches. LFS installs ncurses.
211 <para><option>\-\-with-slang</option>: Use <application>S-Lang
212 </application> instead of <application>Ncurses</application>.</para> -->
213
214 <para><parameter>test -s doc/manual.txt || mv -v doc/manual.txt{.shipped,}</parameter>:
215 if the text manual is now empty (<application>libxslt</application> is installed,
216 but without any of the specified text browsers), restore it from the copy.</para>
217
218 </sect2>
219
220 <sect2 role="configuration">
221 <title>Configuring Mutt</title>
222
223 <sect3 id="mutt-config">
224 <title>Config Files</title>
225
226 <para><filename>/etc/Muttrc</filename>, <filename>~/.muttrc</filename>,
227 <filename>/etc/mime.types</filename>, <filename>~/.mime.types</filename></para>
228
229 <indexterm zone="mutt mutt-config">
230 <primary sortas="e-etc-Muttrc">/etc/Muttrc</primary>
231 </indexterm>
232
233 <indexterm zone="mutt mutt-config">
234 <primary sortas="e-AA.muttrc">~/.muttrc</primary>
235 </indexterm>
236
237 <indexterm zone="mutt mutt-config">
238 <primary sortas="e-etc-mime.types">/etc/mime.types</primary>
239 </indexterm>
240
241 <indexterm zone="mutt mutt-config">
242 <primary sortas="e-AA.mime.types">~/.mime.types</primary>
243 </indexterm>
244
245 </sect3>
246
247 <sect3>
248 <title>Configuration Information</title>
249
250 <para>No changes in these files are necessary to begin using
251 <application>Mutt</application>. When you are ready to make changes, the
252 man page for <filename>muttrc</filename> is a good starting place.</para>
253
254 <para>In order to utilize <application>GnuPG</application>, use the following
255 command:</para>
256
257<screen><userinput>cat /usr/share/doc/mutt-&mutt-version;/samples/gpg.rc &gt;&gt; ~/.muttrc</userinput></screen>
258
259 </sect3>
260
261 </sect2>
262
263 <sect2 role="content">
264 <title>Contents</title>
265
266 <segmentedlist>
267 <segtitle>Installed Programs</segtitle>
268 <segtitle>Installed Libraries</segtitle>
269 <segtitle>Installed Directories</segtitle>
270
271 <seglistitem>
272 <seg>flea, mutt, mutt_dotlock, muttbug, pgpewrap, pgpring, and
273 smime_keys</seg>
274 <seg>None</seg>
275 <seg>/usr/share/doc/mutt-&mutt-version;</seg>
276 </seglistitem>
277 </segmentedlist>
278
279 <variablelist>
280 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
281 <?dbfo list-presentation="list"?>
282 <?dbhtml list-presentation="table"?>
283
284 <varlistentry id="flea">
285 <term><command>flea</command></term>
286 <listitem>
287 <para>is a bug submitter for <application>Mutt</application>.</para>
288 <indexterm zone="mutt flea">
289 <primary sortas="b-flea">flea</primary>
290 </indexterm>
291 </listitem>
292 </varlistentry>
293
294 <varlistentry id="mutt-prog">
295 <term><command>mutt</command></term>
296 <listitem>
297 <para>is a Mail User Agent (MUA) which enables you to read, write
298 and delete your email.</para>
299 <indexterm zone="mutt mutt-prog">
300 <primary sortas="b-mutt">mutt</primary>
301 </indexterm>
302 </listitem>
303 </varlistentry>
304
305 <varlistentry id="mutt_dotlock">
306 <term><command>mutt_dotlock</command></term>
307 <listitem>
308 <para>implements the mail spool file lock.</para>
309 <indexterm zone="mutt mutt_dotlock">
310 <primary sortas="b-mutt_dotlock">mutt_dotlock</primary>
311 </indexterm>
312 </listitem>
313 </varlistentry>
314
315 <varlistentry id="muttbug">
316 <term><command>muttbug</command></term>
317 <listitem>
318 <para>is a script that executes <command>flea</command>.</para>
319 <indexterm zone="mutt muttbug">
320 <primary sortas="b-muttbug">muttbug</primary>
321 </indexterm>
322 </listitem>
323 </varlistentry>
324
325 <varlistentry id="pgpewrap">
326 <term><command>pgpewrap</command></term>
327 <listitem>
328 <para>prepares a command line for the <xref linkend="gnupg2"/>
329 utilities.</para>
330 <indexterm zone="mutt pgpewrap">
331 <primary sortas="b-pgpewrap">pgpewrap</primary>
332 </indexterm>
333 </listitem>
334 </varlistentry>
335
336 <varlistentry id="pgpring">
337 <term><command>pgpring</command></term>
338 <listitem>
339 <para>is a key ring dumper for <ulink
340 url="http://www.pgp.com/">PGP</ulink>. It is not needed for
341 <xref linkend="gnupg2"/>.</para>
342 <indexterm zone="mutt pgpring">
343 <primary sortas="b-pgpring">pgpring</primary>
344 </indexterm>
345 </listitem>
346 </varlistentry>
347
348 <varlistentry id="smime_keys">
349 <term><command>smime_keys</command></term>
350 <listitem>
351 <para>manages a keystore for S/MIME certificates.</para>
352 <indexterm zone="mutt smime_keys">
353 <primary sortas="b-smime_keys">smime_keys</primary>
354 </indexterm>
355 </listitem>
356 </varlistentry>
357
358 </variablelist>
359
360 </sect2>
361
362</sect1>
Note: See TracBrowser for help on using the repository browser.