added qpopper

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@162 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Larry Lawrence 2002-08-27 21:59:45 +00:00
parent 60497e6424
commit aaba28e9c1
10 changed files with 103 additions and 10 deletions

View File

@ -10,7 +10,9 @@ Estimated Disk space required: &gdk-buildsize;</screen>
<para>The gdk-pixbuf package is the GTK+ pixbuf library</para>
<screen>gdk depends on:
<xref linkend="GLib"/>, <xref linkend="GTK"/>, <xref linkend="libpng"/>, <xref linkend="zlib"/>,
<xref linkend="libjpeg"/>, <xref linkend="libtiff"/></screen>
<xref linkend="GLib"/>, <xref linkend="GTK"/>, <xref linkend="libpng"/>,
<xref linkend="libjpeg"/> and <xref linkend="libtiff"/>
gkd will utilize:
gtk-doc</screen>
</sect2>

View File

@ -32,23 +32,35 @@ MANPATH /opt/gnome2/man
# END gnome addition to man.conf
<userinput>EOF</userinput></screen></para>
<para><screen>This section will contain:
List of needed packages from elsewhere in the book
<para><screen>List of needed packages from elsewhere in the book:
<xref linkend="libxml"/>
<xref linkend="libxml2"/>
<xref linkend="libxslt"/>
<xref linkend="DocBook"/>
openjade
<xref linkend="pkgconfig"/>
<xref linkend="audiofile"/>
<xref linkend="esound"/>
<xref linkend="GLib"/>
<xref linkend="GLib2"/>
<xref linkend="ATK"/>
<xref linkend="Pango"/>
<xref linkend="GTK"/>
<xref linkend="GTK2"/>
gtk-engine
oaf
GConf
gnome-mime-data
gnome-vfs
libgtop
xml-i18n-tools
libghttp
</screen></para>
&gdk;
&intltool;
&scrollkeeper;
&ORBit;
&gnome-libs;
&gdk;
&libglade;
</chapter>

View File

@ -10,6 +10,9 @@ page in Chapter 1 for details on who wrote what.</para>
<itemizedlist>
<listitem><para>August 27th, 2002 [larry]: Server: added
qpopper-4.0.4.</para></listitem>
<listitem><para>August 27th, 2002 [larry]: Cleaned up reference to gnome
in package dependencies, removed chain dependencies (usually zlib, if
package looks for libpng).</para></listitem>

View File

@ -91,7 +91,8 @@ Bauman</emphasis></para></listitem>
<listitem><para>db and lcms: <emphasis>Jeremy Jones and Mark
Hymers</emphasis></para></listitem>
<listitem><para>bind, cvs server, emacs, exim, leafnode, libfam, pine, qmail, PostgreSQL, Samba, sendmail, slrn, tex and xinetd: <emphasis>Billy O'Connor</emphasis></para></listitem>
<listitem><para>bind, cvs server, emacs, exim, leafnode, libfam, pine,
qmail, qpopper, PostgreSQL, Samba, sendmail, slrn, tex and xinetd: <emphasis>Billy O'Connor</emphasis></para></listitem>
<listitem><para>fetchmail and wvdial: <emphasis>Paul
Campbell</emphasis></para></listitem>

View File

@ -1,8 +1,11 @@
<sect1 id="qpopper" xreflabel="qpopper">
<sect1 id="qpopper" xreflabel="qpopper-&qpopper-version;">
<?dbhtml filename="qpopper.html" dir="server"?>
<title>qpopper</title>
<title>qpopper-&qpopper-version;</title>
<para>TO BE DONE</para>
&qpopper-intro;
&qpopper-inst;
&qpopper-config;
&qpopper-desc;
</sect1>

View File

@ -0,0 +1,20 @@
<sect2>
<title>Configuring qpopper</title>
<sect3><title>Config files</title>
<para><userinput>/etc/inetd.conf</userinput> and
<userinput>/etc/syslogd.conf</userinput></para>
</sect3>
<sect3><title>Configuring qpopper</title>
<para><screen><userinput>
echo "pop stream tcp nowait root /usr/sbin/popper popper" >> \
/etc/inetd.conf &&
echo "pop 110/tcp" >> /etc/services &&
killall inetd || inetd &amp;&amp;
echo "local0.notice;local0.debug /var/log/POP.log" >> \
/etc/syslog.conf &amp;&amp;
killall -HUP syslogd
</userinput></screen></para>
</sect3>
</sect2>

View File

@ -0,0 +1,13 @@
<sect2>
<title>Contents</title>
<para>The qpopper package contains
<userinput>qpopper</userinput>.
</para>
</sect2>
<sect2><title>Description</title>
<sect3><title>popper</title>
<para>popper is the POP 3 server daemon.</para></sect3>
</sect2>

View File

@ -0,0 +1,12 @@
<sect2>
<title>Installation of qpopper</title>
<para>Install qpopper with the following commands:</para>
<para><screen><userinput>
./configure --prefix=/usr &amp;&amp;
make &amp;&amp;
make install
</userinput></screen></para>
</sect2>

View File

@ -0,0 +1,18 @@
<sect2>
<title>Introduction to qpopper</title>
<screen>
Download location (FTP): <ulink url="&qpopper-download-ftp;"/>
Version used: &qpopper-version;
Package size: &qpopper-size;
Estimated Disk space required: &qpopper-buildsize;</screen>
<para>The qpopper package contains a POP 3 mail server. </para>
<screen>qpopper depends on:
<xref linkend="sendmail"/></screen>
<note><para>Other MTA's may be used instead of Sendmail.</para></note>
</sect2>

View File

@ -1 +1,10 @@
<!ENTITY qpopper SYSTEM "../qpopper.xml">
<!ENTITY qpopper-intro SYSTEM "qpopper-intro.xml">
<!ENTITY qpopper-inst SYSTEM "qpopper-inst.xml">
<!ENTITY qpopper-desc SYSTEM "qpopper-desc.xml">
<!ENTITY qpopper-config SYSTEM "qpopper-config.xml">
<!ENTITY qpopper-buildsize "6.7 MB">
<!ENTITY qpopper-version "4.0.4">
<!ENTITY qpopper-download-ftp
"ftp://ftp.qualcomm.com/eudora/servers/unix/popper/qpopper4.0.4.tar.gz">
<!ENTITY qpopper-size "2.3 MB">