source: basicnet/mailnews/mutt.xml@ ae0887f

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 12.2 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 gimp3 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/for-12.3 xry111/intltool xry111/llvm18 xry111/soup3 xry111/spidermonkey128 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since ae0887f was ae0887f, checked in by Randy McMurchy <randy@…>, 17 years ago

Added new package Libgpg-error-1.5

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

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