source: archive/qpopper.xml@ ccded7e

11.0 11.1 11.2 11.3 12.0 12.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 ccded7e was 96afa0e5, checked in by Igor Živković <igor@…>, 10 years ago

Archive qpopper.

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

  • Property mode set to 100644
File size: 6.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 <!ENTITY qpopper-download-http " ">
8 <!ENTITY qpopper-download-ftp "ftp://ftp.qualcomm.com/eudora/servers/unix/popper/qpopper&qpopper-version;.tar.gz">
9 <!ENTITY qpopper-md5sum "3b62b70fbcd16bb17795e1762dd33765">
10 <!ENTITY qpopper-size "1.2 MB">
11 <!ENTITY qpopper-buildsize "7.2 MB">
12 <!ENTITY qpopper-time "0.1 SBU">
13]>
14
15<sect1 id="qpopper" xreflabel="Qpopper-&qpopper-version;">
16 <?dbhtml filename="qpopper.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Qpopper-&qpopper-version;</title>
24
25 <indexterm zone="qpopper">
26 <primary sortas="a-Qpopper">Qpopper</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Qpopper</title>
31
32 <para>The <application>Qpopper</application> package contains a
33 POP3 mail server.</para>
34
35 &lfs74_built;
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>Download (HTTP): <ulink url="&qpopper-download-http;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download (FTP): <ulink url="&qpopper-download-ftp;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download MD5 sum: &qpopper-md5sum;</para>
47 </listitem>
48 <listitem>
49 <para>Download size: &qpopper-size;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated disk space required: &qpopper-buildsize;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated build time: &qpopper-time;</para>
56 </listitem>
57 </itemizedlist>
58
59 <bridgehead renderas="sect3">Qpopper Dependencies</bridgehead>
60
61 <bridgehead renderas="sect4">Required</bridgehead>
62 <para role="required">An <xref linkend="server-mail"/></para>
63
64 <bridgehead renderas="sect4">Optional</bridgehead>
65 <para role="optional">
66 <xref linkend="openssl"/>,
67 <xref linkend="linux-pam"/>, and
68 <xref linkend="mitkrb"/>
69 </para>
70
71 <para condition="html" role="usernotes">User Notes:
72 <ulink url="&blfs-wiki;/qpopper"/></para>
73
74 </sect2>
75
76 <sect2 role="installation">
77 <title>Installation of Qpopper</title>
78
79 <para>Install <application>Qpopper</application> with the following
80 commands:</para>
81
82<screen><userinput>./configure --prefix=/usr --enable-standalone &amp;&amp;
83make</userinput></screen>
84
85 <para>This package does not come with a test suite.</para>
86
87 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
88
89<screen role="root"><userinput>make install &amp;&amp;
90install -D -m644 GUIDE.pdf /usr/share/doc/qpopper-&qpopper-version;/GUIDE.pdf</userinput></screen>
91
92 </sect2>
93
94 <sect2 role="commands">
95 <title>Command Explanations</title>
96
97 <para><option>--enable-standalone</option>: This option gives the
98 flexibility to run <application>Qpopper</application> in
99 standalone mode.</para>
100
101 </sect2>
102
103 <sect2 role="configuration">
104 <title>Configuring Qpopper</title>
105
106 <sect3 id="qpopper-config">
107 <title>Configuration Information</title>
108
109 <para>Update the <application>Syslog</application> configuration file and
110 force the <command>syslogd</command> daemon to reread the new file so that
111 <application>Qpopper</application> events are logged:</para>
112
113 <indexterm zone="qpopper qpopper-config">
114 <primary sortas="e-etc-syslog.conf">/etc/syslog.conf</primary>
115 </indexterm>
116
117<screen role="root"><userinput>echo "local0.notice;local0.debug /var/log/POP.log" &gt;&gt; /etc/syslog.conf &amp;&amp;
118killall -HUP syslogd</userinput></screen>
119
120 <para id="qpopper-init">If you want <application>Qpopper</application> to
121 start automatically when the system is booted, install the
122 <filename>/etc/rc.d/init.d/qpopper</filename> init script included in the
123 <xref linkend="bootscripts"/> package.</para>
124
125 <indexterm zone="qpopper qpopper-init">
126 <primary sortas="f-qpopper">popper</primary>
127 </indexterm>
128
129<screen role="root"><userinput>make install-qpopper</userinput></screen>
130
131 <para>This startup procedure uses a configuration file. The details of
132 the configuration file can be found in the documentation file
133 <filename>GUIDE.pdf</filename>.</para>
134
135<screen role="root"><userinput>cat &gt; /etc/mail/qpopper.conf &lt;&lt; "EOF"
136<literal># Qpopper configuration file
137
138set debug = false
139
140set spool-dir = /var/spool/mail/
141set temp-dir = /var/spool/mail/
142
143set downcase-user = true
144set trim-domain = true
145
146set statistics = true
147
148# End /etc/shells</literal>
149EOF</userinput></screen>
150
151 <para>If you use <command>inetd</command>, the following command will
152 add the <application>Qpopper</application> entry to
153 <filename>/etc/inetd.conf</filename>:</para>
154
155 <indexterm zone="qpopper qpopper-config">
156 <primary sortas="e-etc-inetd.conf">/etc/inetd.conf</primary>
157 </indexterm>
158
159<screen role="root"><userinput>echo "pop3 stream tcp nowait root /usr/sbin/popper popper" &gt;&gt; /etc/inetd.conf &amp;&amp;
160killall inetd || inetd</userinput></screen>
161
162 <para>Issue a <command>killall -HUP inetd</command> to reread the
163 changed <filename>inetd.conf</filename> file.</para>
164
165 </sect3>
166
167 </sect2>
168
169 <sect2 role="content">
170 <title>Contents</title>
171
172 <segmentedlist>
173 <segtitle>Installed Program</segtitle>
174 <segtitle>Installed Libraries</segtitle>
175 <segtitle>Installed Directories</segtitle>
176
177 <seglistitem>
178 <seg>popper</seg>
179 <seg>None</seg>
180 <seg>None</seg>
181 </seglistitem>
182 </segmentedlist>
183
184 <variablelist>
185 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
186 <?dbfo list-presentation="list"?>
187 <?dbhtml list-presentation="table"?>
188
189 <varlistentry id="popper-qpopper">
190 <term><command>popper</command></term>
191 <listitem>
192 <para>is the POP3 server daemon.</para>
193 <indexterm zone="qpopper popper-qpopper">
194 <primary sortas="b-popper">popper</primary>
195 </indexterm>
196 </listitem>
197 </varlistentry>
198
199 </variablelist>
200
201 </sect2>
202
203</sect1>
Note: See TracBrowser for help on using the repository browser.