source: server/mail/qpopper.xml@ ff769b8c

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 ff769b8c was ff769b8c, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Updated the XML sources to use DocBook XML DTD-4.4.

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

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