source: networking/mailnews/mailx.xml@ 4a1a7711

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt 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 4a1a7711 was 049ac3d, checked in by Bruce Dubbs <bdubbs@…>, 6 years ago

Update to ImageMagick-6.9.10-10.
Some tags.

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

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