source: server/mail/qpopper.xml@ acf44a9d

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 12.2 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 gimp3 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/for-12.3 xry111/intltool xry111/llvm18 xry111/soup3 xry111/spidermonkey128 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since acf44a9d was edeebe2, checked in by Andrew Benton <andy@…>, 18 years ago

Dead links :o(

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5902 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.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6<!-- Dead link
7 <!ENTITY qpopper-download-http "http://ftp.uni-koeln.de/mail/qpopper&qpopper-version;.tar.gz">
8-->
9 <!ENTITY qpopper-download-http " ">
10 <!ENTITY qpopper-download-ftp "ftp://ftp.qualcomm.com/eudora/servers/unix/popper/qpopper&qpopper-version;.tar.gz">
11 <!ENTITY qpopper-md5sum "e00853280c9e899711f0b0239d3d8f86">
12 <!ENTITY qpopper-size "2.2 MB">
13 <!ENTITY qpopper-buildsize "9.0 MB">
14 <!ENTITY qpopper-time "0.13 SBU">
15]>
16
17<sect1 id="qpopper" xreflabel="Qpopper-&qpopper-version;">
18 <?dbhtml filename="qpopper.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 <keywordset>
24 <keyword role="package">qpopper&qpopper-version;.tar</keyword>
25 <keyword role="ftpdir">qpopper</keyword>
26 </keywordset>
27 </sect1info>
28
29 <title>Qpopper-&qpopper-version;</title>
30
31 <indexterm zone="qpopper">
32 <primary sortas="a-Qpopper">Qpopper</primary>
33 </indexterm>
34
35 <sect2 role="package">
36 <title>Introduction to Qpopper</title>
37
38 <para>The <application>Qpopper</application> package contains a
39 POP3 mail server.</para>
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>Download (HTTP): <ulink url="&qpopper-download-http;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download (FTP): <ulink url="&qpopper-download-ftp;"/></para>
48 </listitem>
49 <listitem>
50 <para>Download MD5 sum: &qpopper-md5sum;</para>
51 </listitem>
52 <listitem>
53 <para>Download size: &qpopper-size;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated disk space required: &qpopper-buildsize;</para>
57 </listitem>
58 <listitem>
59 <para>Estimated build time: &qpopper-time;</para>
60 </listitem>
61 </itemizedlist>
62
63 <bridgehead renderas="sect3">Qpopper Dependencies</bridgehead>
64
65 <bridgehead renderas="sect4">Required</bridgehead>
66 <para role="required"><ulink url="../server/mail.html">MTA</ulink></para>
67
68 <bridgehead renderas="sect4">Optional</bridgehead>
69 <para role="optional"><xref linkend="openssl"/>,
70 <xref linkend="gdbm"/>,
71 <xref linkend="linux-pam"/>, and
72 <xref linkend="mitkrb"/> or <xref linkend="heimdal"/></para>
73
74 <para condition="html" role="usernotes">User Notes:
75 <ulink url="&blfs-wiki;/qpopper"/></para>
76
77 </sect2>
78
79 <sect2 role="installation">
80 <title>Installation of Qpopper</title>
81
82 <para>Install <application>Qpopper</application> with the following
83 commands:</para>
84
85<screen><userinput>./configure --prefix=/usr &amp;&amp;
86make</userinput></screen>
87
88 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
89
90<screen role="root"><userinput>make install</userinput></screen>
91
92 </sect2>
93
94 <sect2 role="configuration">
95 <title>Configuring Qpopper</title>
96
97 <sect3 id="qpopper-config">
98 <title>Configuration Information</title>
99
100 <para>Update the <application>Syslog</application> configuration file and
101 force the <command>syslogd</command> daemon to reread the new file so that
102 <application>Qpopper</application> events are logged:</para>
103
104 <indexterm zone="qpopper qpopper-config">
105 <primary sortas="e-etc-syslog.conf">/etc/syslog.conf</primary>
106 </indexterm>
107
108<screen role="root"><userinput>echo "local0.notice;local0.debug /var/log/POP.log" &gt;&gt; \
109 /etc/syslog.conf &amp;&amp;
110killall -HUP syslogd</userinput></screen>
111
112 <para>If you use <command>inetd</command>, the following command will
113 add the <application>Qpopper</application> entry to
114 <filename>/etc/inetd.conf</filename>:</para>
115
116 <indexterm zone="qpopper qpopper-config">
117 <primary sortas="e-etc-inetd.conf">/etc/inetd.conf</primary>
118 </indexterm>
119
120<screen role="root"><userinput>echo "pop3 stream tcp nowait root /usr/sbin/popper popper" &gt;&gt; \
121 /etc/inetd.conf &amp;&amp;
122killall inetd || inetd</userinput></screen>
123
124 <para>Issue a <command>killall -HUP inetd</command> to reread the
125 changed <filename>inetd.conf</filename> file.</para>
126
127 <para>If you use <command>xinetd</command>, the following command will
128 create the <application>Qpopper</application> file as
129 <filename>/etc/xinetd.d/pop3</filename>:</para>
130
131<screen role="root"><userinput>cat &gt;&gt; /etc/xinetd.d/pop3 &lt;&lt; "EOF"
132<literal># Begin /etc/xinetd.d/pop3
133
134service pop3
135{
136 port = 110
137 socket_type = stream
138 protocol = tcp
139 wait = no
140 user = root
141 server = /usr/sbin/popper
142}
143
144# End /etc/xinetd.d/pop3</literal>
145EOF</userinput></screen>
146
147 <indexterm zone="qpopper qpopper-config">
148 <primary sortas="e-etc-xinetd.conf">/etc/xinetd.conf</primary>
149 </indexterm>
150
151 <indexterm zone="qpopper qpopper-config">
152 <primary sortas="e-etc-xinetd.d-pop3">/etc/xinetd.d/pop3</primary>
153 </indexterm>
154
155 <para>Issue a <command>killall -HUP xinetd</command> to reread the
156 changed <filename>xinetd.conf</filename> file.</para>
157
158 </sect3>
159
160 </sect2>
161
162 <sect2 role="content">
163 <title>Contents</title>
164
165 <segmentedlist>
166 <segtitle>Installed Program</segtitle>
167 <segtitle>Installed Libraries</segtitle>
168 <segtitle>Installed Directories</segtitle>
169
170 <seglistitem>
171 <seg>popper</seg>
172 <seg>None</seg>
173 <seg>None</seg>
174 </seglistitem>
175 </segmentedlist>
176
177 <variablelist>
178 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
179 <?dbfo list-presentation="list"?>
180 <?dbhtml list-presentation="table"?>
181
182 <varlistentry id="popper-qpopper">
183 <term><command>popper</command></term>
184 <listitem>
185 <para>is the POP3 server daemon.</para>
186 <indexterm zone="qpopper popper-qpopper">
187 <primary sortas="b-popper">popper</primary>
188 </indexterm>
189 </listitem>
190 </varlistentry>
191
192 </variablelist>
193
194 </sect2>
195
196</sect1>
Note: See TracBrowser for help on using the repository browser.