source: server/mail/qpopper.xml@ 3cb0c57

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.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 3cb0c57 was 3cb0c57, checked in by Randy McMurchy <randy@…>, 18 years ago

Added the 'User Notes' wiki link to each package page; changed all instances of .[so,a] to .{so,a} (brackets changed to braces); changed all replaceable tags to use angle brackets instead of square brackets to encapsulate the text - commit #9

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

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