source: networking/mailnews/mailx.xml@ 81076bb6

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.4 9.0 9.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt 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 81076bb6 was 81076bb6, checked in by Bruce Dubbs <bdubbs@…>, 5 years ago

Tags for networking and postscript.
Archive two unused files.

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

  • Property mode set to 100644
File size: 7.2 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 <!-- upstream is apparently still using CVS at sourceforge,
8 but not making tarballs. fedora have a script using CVS, but
9 debian keep a tarball -->
10 <!ENTITY mailx-download-http "http://ftp.debian.org/debian/pool/main/h/heirloom-mailx/heirloom-mailx_&mailx-version;.orig.tar.gz">
11 <!ENTITY mailx-download-ftp " ">
12 <!ENTITY mailx-md5sum "29a6033ef1412824d02eb9d9213cb1f2">
13 <!ENTITY mailx-size "317 KB">
14 <!ENTITY mailx-buildsize "3.2 MB">
15 <!ENTITY mailx-time "less than 0.1 SBU">
16]>
17
18<sect1 id="mailx" xreflabel="mailx-&mailx-version;">
19 <?dbhtml filename="mailx.html"?>
20
21 <sect1info>
22 <othername>$LastChangedBy$</othername>
23 <date>$Date$</date>
24 </sect1info>
25
26 <title>mailx-&mailx-version;</title>
27
28 <indexterm zone="mailx">
29 <primary sortas="a-Heirloom-mailx">Heirloom mailx</primary>
30 </indexterm>
31
32 <sect2 role="package">
33 <title>Introduction to Heirloom mailx</title>
34
35 <para>The <application>Heirloom mailx</application> package (formerly
36 known as the <application>Nail</application> package) contains
37 <command>mailx</command>, a command-line Mail User Agent derived from
38 Berkeley Mail. It is intended to provide the functionality of the POSIX
39 <command>mailx</command> command with additional support for MIME messages,
40 IMAP (including caching), POP3, SMTP, S/MIME, message threading/sorting,
41 scoring, and filtering. <application>Heirloom mailx</application> is
42 especially useful for writing scripts and batch processing.</para>
43
44 &lfs84_checked;
45
46 <bridgehead renderas="sect3">Package Information</bridgehead>
47 <itemizedlist spacing='compact'>
48 <listitem>
49 <para>Download (HTTP): <ulink url="&mailx-download-http;"/></para>
50 </listitem>
51 <listitem>
52 <para>Download (FTP): <ulink url="&mailx-download-ftp;"/></para>
53 </listitem>
54 <listitem>
55 <para>Download MD5 sum: &mailx-md5sum;</para>
56 </listitem>
57 <listitem><para>Download size: &mailx-size;</para>
58 </listitem>
59 <listitem>
60 <para>Estimated disk space required: &mailx-buildsize;</para>
61 </listitem>
62 <listitem>
63 <para>Estimated build time: &mailx-time;</para>
64 </listitem>
65 </itemizedlist>
66
67 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
68 <itemizedlist spacing='compact'>
69 <listitem>
70 <para>Required patch: <ulink
71 url="&patch-root;/heirloom-mailx-&mailx-version;-fixes-1.patch"/>
72 </para>
73 </listitem>
74 </itemizedlist>
75
76 <bridgehead renderas="sect3">Heirloom mailx Dependencies</bridgehead>
77
78 <bridgehead renderas="sect4">Optional</bridgehead>
79 <para role="optional">
80 <!-- <xref linkend="openssl10"/> or -->
81 <xref linkend="nss"/>,
82 <xref linkend="mitkrb"/> (for IMAP GSSAPI authentication), and an
83 <xref linkend="server-mail"/>
84 </para>
85
86 <para condition="html" role="usernotes">User Notes:
87 <ulink url="&blfs-wiki;/mailx"/></para>
88
89 </sect2>
90
91 <sect2 role="installation">
92 <title>Installation of Heirloom mailx</title>
93
94 <!-- see r12697 for explanation, and still used by fedora even though it often
95 does work with a parallel make -->
96 <note>
97 <para>
98 This package does not support parallel build.
99 </para>
100 </note>
101
102 <para>Install <application>Heirloom mailx</application> by running the
103 following commands.</para>
104
105<screen><userinput>patch -Np1 -i ../heirloom-mailx-&mailx-version;-fixes-1.patch &amp;&amp;
106
107sed 's@&lt;openssl@&lt;openssl-1.0/openssl@' \
108 -i openssl.c fio.c makeconfig &amp;&amp;
109
110make -j1 LDFLAGS+="-L /usr/lib/openssl-1.0/" \
111 SENDMAIL=/usr/sbin/sendmail</userinput></screen>
112
113 <para>This package does not come with a test suite.</para>
114
115 <para>Now, as the <systemitem class='username'>root</systemitem> user:</para>
116
117<screen role='root'><userinput>make PREFIX=/usr UCBINSTALL=/usr/bin/install install &amp;&amp;
118
119ln -v -sf mailx /usr/bin/mail &amp;&amp;
120ln -v -sf mailx /usr/bin/nail &amp;&amp;
121
122install -v -m755 -d /usr/share/doc/heirloom-mailx-&mailx-version; &amp;&amp;
123install -v -m644 README /usr/share/doc/heirloom-mailx-&mailx-version;</userinput></screen>
124
125 </sect2>
126
127 <sect2 role="commands">
128 <title>Command Explanations</title>
129
130 <para><command>make SENDMAIL=/usr/sbin/sendmail</command>: This changes the
131 default MTA path of <command>/usr/lib/sendmail</command>.</para>
132
133 <para><command>make PREFIX=/usr UCBINSTALL=/usr/bin/install
134 install</command>: This changes the default installation path of
135 <filename class='directory'>/usr/local</filename> and the default
136 <command>install</command> command path of
137 <filename class='directory'>/usr/ucb</filename>.</para>
138
139 </sect2>
140
141 <sect2 role="configuration">
142 <title>Configuring Heirloom mailx</title>
143
144 <sect3 id="mailx-config">
145 <title>Config Files</title>
146
147 <para><filename>/etc/nail.rc</filename>, <filename>~/.mailrc</filename>
148 and <filename>~/.nailrc</filename></para>
149
150 <indexterm zone="mailx mailx-config">
151 <primary sortas="e-etc-nail.rc">/etc/nail.rc</primary>
152 </indexterm>
153
154 <indexterm zone="mailx mailx-config">
155 <primary sortas="e-AA.mailrc">~/.mailrc</primary>
156 </indexterm>
157
158 <indexterm zone="mailx mailx-config">
159 <primary sortas="e-AA.nailrc">~/.nailrc</primary>
160 </indexterm>
161
162 </sect3>
163
164 </sect2>
165
166 <sect2 role="content">
167 <title>Contents</title>
168
169 <segmentedlist>
170 <segtitle>Installed Programs</segtitle>
171 <segtitle>Installed Libraries</segtitle>
172 <segtitle>Installed Directories</segtitle>
173
174 <seglistitem>
175 <seg>mail, mailx and nail</seg>
176 <seg>None</seg>
177 <seg>None</seg>
178 </seglistitem>
179 </segmentedlist>
180
181 <variablelist>
182 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
183 <?dbfo list-presentation="list"?>
184 <?dbhtml list-presentation="table"?>
185
186 <varlistentry id="mailx-prog">
187 <term><command>mailx</command></term>
188 <listitem>
189 <para>is a command-line mail user agent compatible with the
190 <command>mailx</command> command found on commercial Unix
191 versions.</para>
192 <indexterm zone="mailx mailx-prog">
193 <primary sortas="b-mailx">mailx</primary>
194 </indexterm>
195 </listitem>
196 </varlistentry>
197
198 <varlistentry id="mail-mailx">
199 <term><command>mail</command></term>
200 <listitem>
201 <para>is a symbolic link to <command>mailx</command>.</para>
202 <indexterm zone="mailx mail-mailx">
203 <primary sortas="b-mail">mail</primary>
204 </indexterm>
205 </listitem>
206 </varlistentry>
207
208 <varlistentry id="nail-mailx">
209 <term><command>nail</command></term>
210 <listitem>
211 <para>is a symbolic link to <command>mailx</command>.</para>
212 <indexterm zone="mailx nail-mailx">
213 <primary sortas="b-nail">nail</primary>
214 </indexterm>
215 </listitem>
216 </varlistentry>
217 </variablelist>
218
219 </sect2>
220
221</sect1>
Note: See TracBrowser for help on using the repository browser.