source: server/mail/qpopper.xml@ 793c1ba

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 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 793c1ba was 793c1ba, checked in by Randy McMurchy <randy@…>, 19 years ago

Added md5sums to Chapter 21 packages

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

  • Property mode set to 100644
File size: 3.8 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/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<?dbhtml filename="qpopper.html"?>
21<title>Qpopper-&qpopper-version;</title>
22
23<sect2>
24<title>Introduction to <application>Qpopper</application></title>
25
26<para>The <application>Qpopper</application> package contains a
27<acronym>POP</acronym>3 mail server.</para>
28
29<sect3><title>Package information</title>
30<itemizedlist spacing='compact'>
31<listitem><para>Download (HTTP):
32<ulink url="&qpopper-download-http;"/></para></listitem>
33<listitem><para>Download (FTP):
34<ulink url="&qpopper-download-ftp;"/></para></listitem>
35<listitem><para>Download MD5 sum: &qpopper-md5sum;</para></listitem>
36<listitem><para>Download size: &qpopper-size;</para></listitem>
37<listitem><para>Estimated disk space required:
38&qpopper-buildsize;</para></listitem>
39<listitem><para>Estimated build time:
40&qpopper-time;</para></listitem></itemizedlist>
41</sect3>
42
43<sect3><title><application>Qpopper</application> dependencies</title>
44<sect4><title>Required</title>
45<para><ulink url="../server/mail.html">MTA</ulink>
46</para>
47</sect4>
48
49<sect4><title>Optional</title>
50<para><xref linkend="openssl"/>,
51<xref linkend="gdbm"/>,
52<xref linkend="Linux_PAM"/> and
53<xref linkend="mitkrb"/></para>
54</sect4>
55</sect3>
56
57</sect2>
58
59<sect2>
60<title>Installation of <application>Qpopper</application></title>
61
62<para>Install <application>Qpopper</application> with the following
63commands:</para>
64
65<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
66make &amp;&amp;
67make install</command></userinput></screen>
68
69</sect2>
70
71<sect2>
72<title>Configuring <application>Qpopper</application></title>
73
74<sect3><title>Configuration Information</title>
75
76<para>If you use <command>inetd</command>, the following command will add the
77<application>Qpopper</application> entry to
78<filename>/etc/inetd.conf</filename>:</para>
79
80<screen><userinput><command>echo "pop3 stream tcp nowait root /usr/sbin/popper popper" &gt;&gt; \
81 /etc/inetd.conf &amp;&amp;
82killall inetd || inetd &amp;&amp;
83echo "local0.notice;local0.debug /var/log/POP.log" &gt;&gt; \
84 /etc/syslog.conf &amp;&amp;
85killall -HUP syslogd</command></userinput></screen>
86
87<para>Issue a <command>killall -HUP inetd</command> to reread the changed
88<filename>inetd.conf</filename> file.</para>
89
90<para>If you use <command>xinetd</command>, the following command will add the
91<application>Qpopper</application> entry to
92<filename>/etc/xinetd.conf</filename>:</para>
93
94<screen><userinput><command>cat &gt;&gt; /etc/xinetd.conf &lt;&lt; "EOF"</command>
95service pop3
96{
97 port = 110
98 socket_type = stream
99 protocol = tcp
100 wait = no
101 user = root
102 server = /usr/sbin/popper
103}
104<command>EOF</command></userinput></screen>
105
106<para>Issue a <command>killall -HUP xinetd</command> to reread the changed
107<filename>xinetd.conf</filename> file.</para>
108</sect3>
109
110</sect2>
111
112<sect2>
113<title>Contents</title>
114
115<para>The <application>Qpopper</application> package contains
116<command>popper</command>.</para>
117
118</sect2>
119
120<sect2><title>Description</title>
121
122<sect3><title>popper</title>
123<para><command>popper</command> is the <acronym>POP</acronym>3 server
124daemon.</para></sect3>
125
126</sect2>
127
128</sect1>
129
Note: See TracBrowser for help on using the repository browser.