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 | <!ENTITY re-alpine-download-http "&sourceforge-repo2;/projects/re-alpine/files/re-alpine-&re-alpine-version;.tar.bz2">
|
---|
8 | <!ENTITY re-alpine-download-ftp " ">
|
---|
9 | <!ENTITY re-alpine-md5sum "566d269d4bd43aba68f377110a6295d5">
|
---|
10 | <!ENTITY re-alpine-size "5.1 MB">
|
---|
11 | <!ENTITY re-alpine-buildsize "122 MB">
|
---|
12 | <!ENTITY re-alpine-time "1.0 SBU">
|
---|
13 | ]>
|
---|
14 |
|
---|
15 | <sect1 id="re-alpine" xreflabel="Re-alpine-&re-alpine-version;">
|
---|
16 | <?dbhtml filename="re-alpine.html"?>
|
---|
17 |
|
---|
18 | <sect1info>
|
---|
19 | <othername>$LastChangedBy$</othername>
|
---|
20 | <date>$Date$</date>
|
---|
21 | </sect1info>
|
---|
22 |
|
---|
23 | <title>Re-alpine-&re-alpine-version;</title>
|
---|
24 |
|
---|
25 | <indexterm zone="re-alpine">
|
---|
26 | <primary sortas="a-re-alpine">re-alpine</primary>
|
---|
27 | </indexterm>
|
---|
28 |
|
---|
29 | <sect2 role="package">
|
---|
30 | <title>Introduction to Re-alpine</title>
|
---|
31 |
|
---|
32 | <para><application>Re-alpine</application> is the continuation of Alpine;
|
---|
33 | a text-based email client developed by the University of Washington.</para>
|
---|
34 |
|
---|
35 | &lfs7a_checked;
|
---|
36 |
|
---|
37 | <bridgehead renderas="sect3">Package Information</bridgehead>
|
---|
38 | <itemizedlist spacing='compact'>
|
---|
39 | <listitem>
|
---|
40 | <para>Download (HTTP): <ulink url="&re-alpine-download-http;"/></para>
|
---|
41 | </listitem>
|
---|
42 | <listitem>
|
---|
43 | <para>Download (FTP): <ulink url="&re-alpine-download-ftp;"/></para>
|
---|
44 | </listitem>
|
---|
45 | <listitem>
|
---|
46 | <para>Download MD5 sum: &re-alpine-md5sum;</para>
|
---|
47 | </listitem>
|
---|
48 | <listitem>
|
---|
49 | <para>Download size: &re-alpine-size;</para>
|
---|
50 | </listitem>
|
---|
51 | <listitem>
|
---|
52 | <para>Estimated disk space required: &re-alpine-buildsize;</para>
|
---|
53 | </listitem>
|
---|
54 | <listitem>
|
---|
55 | <para>Estimated build time: &re-alpine-time;</para>
|
---|
56 | </listitem>
|
---|
57 | </itemizedlist>
|
---|
58 |
|
---|
59 | <bridgehead renderas="sect3">Re-alpine Dependencies</bridgehead>
|
---|
60 |
|
---|
61 | <bridgehead renderas="sect4">Recommended</bridgehead>
|
---|
62 | <para role="recommended">
|
---|
63 | <xref linkend="openssl"/>
|
---|
64 | </para>
|
---|
65 |
|
---|
66 | <bridgehead renderas="sect4">Optional</bridgehead>
|
---|
67 | <para role="optional">
|
---|
68 | <xref linkend="openldap"/>,
|
---|
69 | <xref linkend="mitkrb"/>,
|
---|
70 | <xref linkend="aspell"/>,
|
---|
71 | <xref linkend="tcl"/>, and
|
---|
72 | <xref linkend="linux-pam"/>
|
---|
73 | </para>
|
---|
74 |
|
---|
75 | <para condition="html" role="usernotes">User Notes:
|
---|
76 | <ulink url="&blfs-wiki;/re-alpine"/></para>
|
---|
77 |
|
---|
78 | </sect2>
|
---|
79 |
|
---|
80 | <sect2 role="installation">
|
---|
81 | <title>Installation of Re-alpine</title>
|
---|
82 |
|
---|
83 | <para>Install <application>Re-alpine</application> by running the following
|
---|
84 | commands:</para>
|
---|
85 |
|
---|
86 | <screen><userinput>./configure --prefix=/usr \
|
---|
87 | --sysconfdir=/etc \
|
---|
88 | --without-ldap \
|
---|
89 | --without-krb5 \
|
---|
90 | --with-ssl-dir=/usr \
|
---|
91 | --with-passfile=.pine-passfile &&
|
---|
92 | make</userinput></screen>
|
---|
93 |
|
---|
94 | <para>This package does not come with a test suite.</para>
|
---|
95 |
|
---|
96 | <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
---|
97 |
|
---|
98 | <screen role='root'><userinput>make install</userinput></screen>
|
---|
99 |
|
---|
100 | </sect2>
|
---|
101 |
|
---|
102 | <sect2 role="commands">
|
---|
103 | <title>Command Explanations</title>
|
---|
104 |
|
---|
105 | <para><parameter>--without-ldap</parameter>: Disables LDAP support.</para>
|
---|
106 |
|
---|
107 | <para><parameter>--without-krb5</parameter>: Disables Kerberos support.</para>
|
---|
108 |
|
---|
109 | <para><parameter>--with-ssl-dir=/usr</parameter>: Sets the root path to
|
---|
110 | OpenSSL libraries and include files.</para>
|
---|
111 |
|
---|
112 | <para><parameter>--with-passfile=.pine-passfile</parameter>: Sets the
|
---|
113 | password cache file.</para>
|
---|
114 |
|
---|
115 | <para><option>--without-ssl</option>: Disables OpenSSL support.</para>
|
---|
116 |
|
---|
117 | </sect2>
|
---|
118 |
|
---|
119 | <sect2 role="configuration">
|
---|
120 | <title>Configuring Re-alpine</title>
|
---|
121 |
|
---|
122 | <sect3 id="re-alpine-config">
|
---|
123 | <title>Config Files</title>
|
---|
124 |
|
---|
125 | <para><filename>~/.pinerc</filename></para>
|
---|
126 |
|
---|
127 | <indexterm zone="re-alpine re-alpine-config">
|
---|
128 | <primary sortas="e-AA.pinerc">~/.pinerc</primary>
|
---|
129 | </indexterm>
|
---|
130 |
|
---|
131 | </sect3>
|
---|
132 |
|
---|
133 | <sect3>
|
---|
134 | <title>Configuration Information</title>
|
---|
135 |
|
---|
136 | <para>It is not required to manually edit any configuration files to use
|
---|
137 | the <application>Alpine</application> email client. Users can configure
|
---|
138 | <application>Alpine</application> using the graphical configuration menu,
|
---|
139 | which stores the changes in <filename>~/.pinerc</filename>.</para>
|
---|
140 |
|
---|
141 | </sect3>
|
---|
142 |
|
---|
143 | </sect2>
|
---|
144 |
|
---|
145 | <sect2 role="content">
|
---|
146 | <title>Contents</title>
|
---|
147 |
|
---|
148 | <segmentedlist>
|
---|
149 | <segtitle>Installed Programs</segtitle>
|
---|
150 | <segtitle>Installed Libraries</segtitle>
|
---|
151 | <segtitle>Installed Directories</segtitle>
|
---|
152 |
|
---|
153 | <seglistitem>
|
---|
154 | <seg>alpine, pico, pilot, rpdump, and rpload</seg>
|
---|
155 | <seg>none</seg>
|
---|
156 | <seg>none</seg>
|
---|
157 | </seglistitem>
|
---|
158 | </segmentedlist>
|
---|
159 |
|
---|
160 | <variablelist>
|
---|
161 | <bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
---|
162 | <?dbfo list-presentation="list"?>
|
---|
163 | <?dbhtml list-presentation="table"?>
|
---|
164 |
|
---|
165 | <varlistentry id="alpine">
|
---|
166 | <term><command>alpine</command></term>
|
---|
167 | <listitem>
|
---|
168 | <para>is the Alpine mailer.</para>
|
---|
169 | <indexterm zone="re-alpine alpine">
|
---|
170 | <primary sortas="b-alpine">alpine</primary>
|
---|
171 | </indexterm>
|
---|
172 | </listitem>
|
---|
173 | </varlistentry>
|
---|
174 |
|
---|
175 | <varlistentry id="pico">
|
---|
176 | <term><command>pico</command></term>
|
---|
177 | <listitem>
|
---|
178 | <para>is a standalone text editor similar to the Alpine message composer.</para>
|
---|
179 | <indexterm zone="re-alpine pico">
|
---|
180 | <primary sortas="b-pico">pico</primary>
|
---|
181 | </indexterm>
|
---|
182 | </listitem>
|
---|
183 | </varlistentry>
|
---|
184 |
|
---|
185 | <varlistentry id="pilot">
|
---|
186 | <term><command>pilot</command></term>
|
---|
187 | <listitem>
|
---|
188 | <para>is a standalone file system navigator.</para>
|
---|
189 | <indexterm zone="re-alpine pilot">
|
---|
190 | <primary sortas="b-pilot">pilot</primary>
|
---|
191 | </indexterm>
|
---|
192 | </listitem>
|
---|
193 | </varlistentry>
|
---|
194 |
|
---|
195 | <varlistentry id="rpdump">
|
---|
196 | <term><command>rpdump</command></term>
|
---|
197 | <listitem>
|
---|
198 | <para>is a utility for downloading a pinerc or address book to the
|
---|
199 | local machine.</para>
|
---|
200 | <indexterm zone="re-alpine rpdump">
|
---|
201 | <primary sortas="b-rpdump">rpdump</primary>
|
---|
202 | </indexterm>
|
---|
203 | </listitem>
|
---|
204 | </varlistentry>
|
---|
205 |
|
---|
206 | <varlistentry id="rpload">
|
---|
207 | <term><command>rpload</command></term>
|
---|
208 | <listitem>
|
---|
209 | <para> is a utility for uploading a local pinerc or address book to
|
---|
210 | an IMAP server.</para>
|
---|
211 | <indexterm zone="re-alpine rpload">
|
---|
212 | <primary sortas="b-rpload">rpload</primary>
|
---|
213 | </indexterm>
|
---|
214 | </listitem>
|
---|
215 | </varlistentry>
|
---|
216 |
|
---|
217 | </variablelist>
|
---|
218 |
|
---|
219 | </sect2>
|
---|
220 |
|
---|
221 | </sect1>
|
---|