source: basicnet/mailnews/nail.xml@ 63389bd

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 6.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 63389bd was 63389bd, checked in by Randy McMurchy <randy@…>, 19 years ago

Updated to Nail-11.17

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

  • Property mode set to 100644
File size: 3.7 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY nail-download-http "http://prdownloads.sourceforge.net/nail/nail-&nail-version;.tar.bz2">
8 <!ENTITY nail-download-ftp " ">
9 <!ENTITY nail-size "262 KB">
10 <!ENTITY nail-buildsize "2.7 MB">
11 <!ENTITY nail-time "0.05 SBU">
12]>
13
14<sect1 id="nail" xreflabel="Nail-&nail-version;">
15<sect1info>
16<othername>$LastChangedBy$</othername>
17<date>$Date$</date>
18</sect1info>
19<?dbhtml filename="nail.html"?>
20<title>Nail-&nail-version;</title>
21
22<sect2>
23<title>Introduction to <application>Nail</application></title>
24
25<para>The <application>Nail</application> package contains
26<command>nail</command>, a command-line Mail User Agent derived from Berkeley
27Mail which is intended to provide the functionality of the POSIX
28<command>mailx</command> command with additional support for
29<acronym>MIME</acronym> messages, <acronym>IMAP</acronym> (including caching),
30<acronym>POP</acronym>3, <acronym>SMTP</acronym>, S/<acronym>MIME</acronym>,
31message threading/sorting, scoring, and filtering.
32<application>Nail</application> is especially useful for writing scripts
33and batch processing.</para>
34
35<sect3><title>Package information</title>
36<itemizedlist spacing='compact'>
37<listitem><para>Download (HTTP): <ulink
38url="&nail-download-http;"/></para></listitem>
39<listitem><para>Download (FTP): <ulink
40url="&nail-download-ftp;"/></para></listitem>
41<listitem><para>Download size: &nail-size;</para></listitem>
42<listitem><para>Estimated disk space required:
43&nail-buildsize;</para></listitem>
44<listitem><para>Estimated build time:
45&nail-time;</para></listitem></itemizedlist>
46</sect3>
47
48<sect3><title><application>Nail</application> dependencies</title>
49<sect4><title>Optional</title>
50<para><xref linkend="openssl"/> or
51Mozilla <acronym>NSS</acronym> (from
52<xref linkend="mozilla"/> or
53<xref linkend="firefox"/> or
54<xref linkend="thunderbird"/>),
55<xref linkend="heimdal"/> or <xref linkend="mitkrb"/> (for
56<acronym>IMAP</acronym> GSSAPI authentication) and
57<ulink url="../server/mail.html">MTA</ulink></para></sect4>
58</sect3>
59
60</sect2>
61
62<sect2>
63<title>Installation of <application>Nail</application></title>
64
65<para>Install <application>Nail</application> by running the following
66commands.</para>
67
68<screen><userinput><command>make SENDMAIL=/usr/sbin/sendmail &amp;&amp;
69make PREFIX=/usr install UCBINSTALL=/usr/bin/install &amp;&amp;
70ln -sf nail /usr/bin/mail &amp;&amp;
71ln -sf nail /usr/bin/mailx</command></userinput></screen>
72
73</sect2>
74
75<sect2>
76<title>Command explanations</title>
77
78<para><command>make SENDMAIL=/usr/sbin/sendmail</command>: This changes the
79default <acronym>MTA</acronym> path of <command>/usr/lib/sendmail</command>.
80</para>
81
82<para><command>make PREFIX=/usr install UCBINSTALL=/usr/bin/install</command>:
83This changes the default installation path of
84<filename class='directory'>/usr/local</filename> and the default
85<command>install</command> command path of
86<filename class='directory'>/usr/ucb</filename>.</para>
87
88</sect2>
89
90<sect2>
91<title>Configuring <application>Nail</application></title>
92
93<sect3><title>Config files</title>
94<para><filename>/etc/nail.rc</filename>, <filename>~/.mailrc</filename> and
95<filename>~/.nailrc</filename></para>
96</sect3>
97
98</sect2>
99
100<sect2>
101<title>Contents</title>
102<para>The <application>Nail</application> package contains
103<command>nail</command>, a program compatible with
104<command>mail</command> found on commercial Unix versions.</para>
105</sect2>
106
107<sect2><title>Description</title>
108
109<sect3><title>nail</title>
110<para><command>nail</command> is a command-line mail user agent.</para></sect3>
111
112</sect2>
113
114</sect1>
Note: See TracBrowser for help on using the repository browser.