source: basicnet/mailnews/pine.xml@ bfe245f

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 bfe245f was bfe245f, checked in by Bruce Dubbs <bdubbs@…>, 20 years ago

XML Update -- Chapter 20

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

  • Property mode set to 100644
File size: 6.1 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 pine-download-http "http://mirror.sit.wisc.edu/pub/net/mail/pine/pine&pine-version;.tar.bz2">
8 <!ENTITY pine-download-ftp "ftp://ftp.cac.washington.edu/pine/pine&pine-version;.tar.bz2">
9 <!ENTITY pine-size "2.9 MB">
10 <!ENTITY pine-buildsize "50 MB">
11 <!ENTITY pine-time "0.95 SBU">
12]>
13
14<sect1 id="pine" xreflabel="Pine-&pine-version;">
15<?dbhtml filename="pine.html"?>
16<title>Pine-&pine-version;</title>
17
18<sect2>
19<title>Introduction to <application>Pine</application></title>
20
21<para>The <application>Pine</application> package contains the
22<application>Pine</application> Mail User Agent and several
23server daemons for various mail protocols, in addition to some nice
24file and directory editing/browsing programs.</para>
25
26<sect3><title>Package information</title>
27<itemizedlist spacing='compact'>
28<listitem><para>Download (HTTP): <ulink
29url="&pine-download-http;"/></para></listitem>
30<listitem><para>Download (FTP): <ulink
31url="&pine-download-ftp;"/></para></listitem>
32<listitem><para>Download size: &pine-size;</para></listitem>
33<listitem><para>Estimated Disk space required:
34&pine-buildsize;</para></listitem>
35<listitem><para>Estimated build time:
36&pine-time;</para></listitem></itemizedlist>
37</sect3>
38
39<sect3><title>Additional downloads</title>
40<itemizedlist spacing='compact'>
41<listitem><para>Recommended patch: <ulink
42url="&patch-root;/pine-&pine-version;-fhs-3.patch"/></para></listitem>
43</itemizedlist>
44</sect3>
45
46<sect3><title><application>Pine</application> dependencies</title>
47<sect4><title>Required</title>
48<para><xref linkend="openssl"/></para></sect4>
49<sect4><title>Optional</title>
50<para>
51<xref linkend="openldap"/> and
52<xref linkend="mitkrb"/>
53</para></sect4>
54</sect3>
55
56</sect2>
57
58<sect2>
59<title>Installation of <application>Pine</application></title>
60
61<para>Install <application>Pine</application> by running the following commands: </para>
62
63<screen><userinput><command>patch -Np1 -i ../pine-&pine-version;-fhs-3.patch &amp;&amp;
64./build DEBUG=-O MAILSPOOL=/var/mail \
65 SSLDIR=/usr SSLCERTS=/etc/ssl/certs slx &amp;&amp;
66cp doc/*.1 /usr/share/man/man1 &amp;&amp;
67cd bin &amp;&amp;
68install pine imapd ipop2d ipop3d mailutil mtest pico \
69 pilot rpdump rpload /usr/bin</command></userinput></screen>
70
71</sect2>
72
73<sect2>
74<title>Command explanations</title>
75
76<para><command>patch -Np1 -i ../pine-&pine-version;-fhs.patch</command>: This
77patch will make <application>Pine</application> use <filename
78class="directory">/etc</filename> for configuration files.</para>
79
80<para>The build procedure for <application>Pine</application> is somewhat
81unusual, in that options usually passed as <command>./configure</command>
82options or housed in $<envar>CFLAGS</envar> must all be passed on the command
83line to the <command>./build</command> script.</para>
84
85<para><command>./build slx</command>: <application>Pine</application> offers
86quite a few target platforms, slx specifies Linux using
87-lcrypt to get the crypt function. See the
88<filename>doc/pine-ports</filename> file for more information and
89other authentication options.</para>
90
91<para><command>DEBUG=-O</command>: This flag compiles an optimized
92version of <command>pine</command> and <command>pico</command> that
93produces no debug files.</para>
94
95<para><command>MAILSPOOL=/var/mail</command>: Location of mail spool
96files, <filename>/var/mail.</filename></para>
97
98<para><command>SSLDIR=/usr SSLCERTS=/etc/ssl/certs</command>: Location
99of OpenSSL files.</para>
100
101<para><screen><command>cd bin &amp;&amp;
102install pine imapd ipop2d ipop3d mailutil mtest pico \
103 pilot rpdump rpload /usr/bin</command></screen>
104This installs <application>Pine</application>.</para>
105
106</sect2>
107
108<sect2>
109<title>Configuring <application>Pine</application></title>
110
111<sect3><title>Config files</title>
112<para><filename>~/.pinerc</filename></para>
113</sect3>
114
115<sect3><title>Configuration Information</title>
116
117<para>The <command>pine</command> executable needs no global configuration to
118use. Users set <application>Pine</application> options in <filename>~/.pinerc
119</filename> using an internal configuration menu.</para>
120</sect3>
121
122</sect2>
123
124<sect2>
125<title>Contents</title>
126<para>The <application>Pine</application> package contains
127<command>pine</command>,
128<command>pico</command>,
129<command>pilot</command>,
130<command>imapd</command>,
131<command>ipop2d</command>,
132<command>ipop3d</command>,
133<command>mtest</command>,
134<command>rpload</command> and
135<command>rpdump</command>.</para>
136</sect2>
137
138<sect2><title>Description</title>
139
140<sect3><title>pine</title>
141<para><command>pine</command> is the <application>Pine</application> mail user
142agent.</para></sect3>
143
144<sect3><title>pico</title>
145<para><command>pico</command> is a stand-alone editor, similar to the
146<application>Pine</application> internal message composer.</para></sect3>
147
148<sect3><title>pilot</title>
149<para><command>pilot</command> is a file and directory navigator and browser.</para></sect3>
150
151<sect3><title>imapd</title>
152<para><command>imapd</command> is the <acronym>IMAP</acronym> server daemon.</para></sect3>
153
154<sect3><title>ipop2d</title>
155<para><command>ipop2d</command> is an <acronym>IMAP</acronym> to
156<acronym>POP</acronym>2 conversion server.</para></sect3>
157
158<sect3><title>ipop3d</title>
159<para><command>ipop3d</command> is an <acronym>IMAP</acronym> to
160<acronym>POP</acronym>3 conversion server.</para></sect3>
161
162<sect3><title>mtest</title>
163<para><command>mtest</command> is a minimal <acronym>IMAP</acronym> mail user
164agent, used for debugging.</para></sect3>
165
166<sect3><title>rpload</title>
167<para><command>rpload</command> is the <application>Pine</application> remote
168data utility, used to convert local <application>Pine</application>
169configuration files or address books into remote configurations
170or address books.</para></sect3>
171
172
173<sect3><title>rpdump</title>
174<para><command>rpdump</command> is used to copy data from remote
175<application>Pine</application> configuration files or address books into a
176local file.</para></sect3>
177
178</sect2>
179
180</sect1>
181
Note: See TracBrowser for help on using the repository browser.