source: basicnet/mailnews/mailx.xml@ 058bfd80

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 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 058bfd80 was 058bfd80, checked in by Randy McMurchy <randy@…>, 18 years ago

Changed the name of the Nail package to its new name of 'Heirloom mailx' and updated to the 12.0 version

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

  • Property mode set to 100644
File size: 6.3 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY mailx-download-http "http://prdownloads.sourceforge.net/heirloom/mailx-&mailx-version;.tar.bz2">
8 <!ENTITY mailx-download-ftp " ">
9 <!ENTITY mailx-md5sum "67e8236a73f8a2d85c45cf8a2bdf7af1">
10 <!ENTITY mailx-size "268 KB">
11 <!ENTITY mailx-buildsize "3.2 MB">
12 <!ENTITY mailx-time "less than 0.1 SBU">
13]>
14
15<sect1 id="mailx" xreflabel="Heirloom mailx-&mailx-version;">
16 <?dbhtml filename="mailx.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 <keywordset>
22 <keyword role="package">mailx-&mailx-version;.tar</keyword>
23 <keyword role="ftpdir">mailx</keyword>
24 </keywordset>
25 </sect1info>
26
27 <title>Heirloom mailx-&mailx-version;</title>
28
29 <indexterm zone="mailx">
30 <primary sortas="a-Heirloom-mailx">Heirloom mailx</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to Heirloom mailx</title>
35
36 <para>The <application>Heirloom mailx</application> package (formerly
37 known as the <application>Nail</application> package) contains
38 <command>mailx</command>, a command-line Mail User Agent derived from
39 Berkeley Mail which is intended to provide the functionality of the POSIX
40 <command>mailx</command> command with additional support for MIME messages,
41 IMAP (including caching), POP3, SMTP, S/MIME, message threading/sorting,
42 scoring, and filtering. <application>Heirloom mailx</application> is
43 especially useful for writing scripts and batch processing.</para>
44
45 <bridgehead renderas="sect3">Package Information</bridgehead>
46 <itemizedlist spacing='compact'>
47 <listitem>
48 <para>Download (HTTP): <ulink url="&mailx-download-http;"/></para>
49 </listitem>
50 <listitem>
51 <para>Download (FTP): <ulink url="&mailx-download-ftp;"/></para>
52 </listitem>
53 <listitem>
54 <para>Download MD5 sum: &mailx-md5sum;</para>
55 </listitem>
56 <listitem><para>Download size: &mailx-size;</para>
57 </listitem>
58 <listitem>
59 <para>Estimated disk space required: &mailx-buildsize;</para>
60 </listitem>
61 <listitem>
62 <para>Estimated build time: &mailx-time;</para>
63 </listitem>
64 </itemizedlist>
65
66 <bridgehead renderas="sect3">Heirloom mailx Dependencies</bridgehead>
67
68 <bridgehead renderas="sect4">Optional</bridgehead>
69 <para role="optional"><xref linkend="openssl"/> or
70 <xref linkend="nss"/>,
71 <xref linkend="heimdal"/> or <xref linkend="mitkrb"/> (for IMAP GSSAPI
72 authentication), and an
73 <ulink url="../server/mail.html">MTA</ulink></para>
74
75 </sect2>
76
77 <sect2 role="installation">
78 <title>Installation of Heirloom mailx</title>
79
80 <para>Install <application>Heirloom mailx</application> by running the
81 following commands.</para>
82
83<screen><userinput>make SENDMAIL=/usr/sbin/sendmail</userinput></screen>
84
85 <para>This package does not come with a test suite.</para>
86
87 <para>Now, as the <systemitem class='username'>root</systemitem> user:</para>
88
89<screen role='root'><userinput>make PREFIX=/usr UCBINSTALL=/usr/bin/install install &amp;&amp;
90ln -v -sf mailx /usr/bin/mail &amp;&amp;
91ln -v -sf mailx /usr/bin/nail &amp;&amp;
92install -v -m755 -d /usr/share/doc/mailx-&mailx-version; &amp;&amp;
93install -v -m644 README mailx.1.html /usr/share/doc/mailx-&mailx-version;</userinput></screen>
94
95 </sect2>
96
97 <sect2 role="commands">
98 <title>Command Explanations</title>
99
100 <para><command>make SENDMAIL=/usr/sbin/sendmail</command>: This changes the
101 default MTA path of <command>/usr/lib/sendmail</command>.</para>
102
103 <para><command>make PREFIX=/usr UCBINSTALL=/usr/bin/install
104 install</command>: This changes the default installation path of
105 <filename class='directory'>/usr/local</filename> and the default
106 <command>install</command> command path of
107 <filename class='directory'>/usr/ucb</filename>.</para>
108
109 </sect2>
110
111 <sect2 role="configuration">
112 <title>Configuring Heirloom mailx</title>
113
114 <sect3 id="mailx-config">
115 <title>Config Files</title>
116
117 <para><filename>/etc/nail.rc</filename>, <filename>~/.mailrc</filename>
118 and <filename>~/.nailrc</filename></para>
119
120 <indexterm zone="mailx mailx-config">
121 <primary sortas="e-etc-nail.rc">/etc/nail.rc</primary>
122 </indexterm>
123
124 <indexterm zone="mailx mailx-config">
125 <primary sortas="e-AA.mailrc">~/.mailrc</primary>
126 </indexterm>
127
128 <indexterm zone="mailx mailx-config">
129 <primary sortas="e-AA.nailrc">~/.nailrc</primary>
130 </indexterm>
131
132 </sect3>
133
134 </sect2>
135
136 <sect2 role="content">
137 <title>Contents</title>
138
139 <segmentedlist>
140 <segtitle>Installed Programs</segtitle>
141 <segtitle>Installed Libraries</segtitle>
142 <segtitle>Installed Directories</segtitle>
143
144 <seglistitem>
145 <seg>mail, mailx and nail</seg>
146 <seg>None</seg>
147 <seg>None</seg>
148 </seglistitem>
149 </segmentedlist>
150
151 <variablelist>
152 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
153 <?dbfo list-presentation="list"?>
154 <?dbhtml list-presentation="table"?>
155
156 <varlistentry id="mailx-prog">
157 <term><command>mailx</command></term>
158 <listitem>
159 <para>is a command-line mail user agent compatible with the
160 <command>mailx</command> command found on commercial Unix
161 versions.</para>
162 <indexterm zone="mailx mailx-prog">
163 <primary sortas="b-mailx">mailx</primary>
164 </indexterm>
165 </listitem>
166 </varlistentry>
167
168 <varlistentry id="mail-mailx">
169 <term><command>mail</command></term>
170 <listitem>
171 <para>is a symbolic link to <command>mailx</command>.</para>
172 <indexterm zone="mailx mail-mailx">
173 <primary sortas="g-mail">mail</primary>
174 </indexterm>
175 </listitem>
176 </varlistentry>
177
178 <varlistentry id="nail-mailx">
179 <term><command>nail</command></term>
180 <listitem>
181 <para>is a symbolic link to <command>mailx</command>.</para>
182 <indexterm zone="mailx nail-mailx">
183 <primary sortas="g-nail">nail</primary>
184 </indexterm>
185 </listitem>
186 </varlistentry>
187 </variablelist>
188
189 </sect2>
190
191</sect1>
Note: See TracBrowser for help on using the repository browser.