Changeset 7d5ce9d
- Timestamp:
- 09/26/2003 05:32:47 PM (20 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 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/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 984a23f
- Parents:
- 5c5cdbc
- Location:
- server/mail/qpopper
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
server/mail/qpopper/qpopper-config.xml
r5c5cdbc r7d5ce9d 1 1 <sect2> 2 <title>Configuring qpopper</title>2 <title>Configuring <application>qpopper</application></title> 3 3 4 <sect3><title>Config files</title> 5 <para><filename>/etc/inetd.conf</filename> and 6 <filename>/etc/syslogd.conf</filename></para> 7 </sect3> 8 9 <sect3><title>Configuring qpopper</title> 4 <sect3><title>Configuration Information</title> 10 5 11 6 <para>If you use inetd, the following command will add the qpopper 12 7 entry to <filename>/etc/inetd.conf</filename>:</para> 13 8 14 < para><screen><userinput>echo "pop stream tcp nowait root /usr/sbin/popper popper" >> \9 <screen><userinput><command>echo "pop stream tcp nowait root /usr/sbin/popper popper" >> \ 15 10 /etc/inetd.conf && 16 11 echo "pop 110/tcp" >> /etc/services && … … 18 13 echo "local0.notice;local0.debug /var/log/POP.log" >> \ 19 14 /etc/syslog.conf && 20 killall -HUP syslogd</ userinput></screen></para>15 killall -HUP syslogd</command></userinput></screen> 21 16 22 <para>Issue a killall -HUP inetd to reread the changed 23 <filename>inetd.conf</filename> 24 file.</para> 17 <para>Issue a <command>killall -HUP inetd</command> to reread the changed 18 <filename>inetd.conf</filename> file.</para> 25 19 26 20 <para>If you use xinetd, the following command will add the qpopper 27 21 entry to <filename>/etc/xinetd.conf</filename>:</para> 28 22 29 < para><screen><userinput>cat >> /etc/xinetd.conf << "EOF"23 <screen><userinput><command>cat >> /etc/xinetd.conf << "EOF" 30 24 service pop 31 25 { … … 39 33 server_args = popper 40 34 } 41 EOF</ userinput></screen></para>42 <para>Issue a killall -HUP xinetd to reread the changed 43 < filename>xinetd.conf</filename>44 file.</para>35 EOF</command></userinput></screen> 36 37 <para>Issue a <command>killall -HUP xinetd</command> to reread the changed 38 <filename>xinetd.conf</filename> file.</para> 45 39 46 40 </sect3> 41 47 42 </sect2> -
server/mail/qpopper/qpopper-desc.xml
r5c5cdbc r7d5ce9d 2 2 <title>Contents</title> 3 3 4 <para>The qpopperpackage contains5 < userinput>qpopper</userinput>.4 <para>The <application>qpopper</application> package contains 5 <command>qpopper</command>. 6 6 </para> 7 </sect2>8 <sect2><title>Description</title>9 <sect3><title>popper</title>10 <para>popper is the POP 3 server daemon.</para></sect3>11 7 12 8 </sect2> 13 9 10 <sect2><title>Description</title> 11 12 <sect3><title>popper</title> 13 <para><command>popper</command> is the POP 3 server daemon.</para></sect3> 14 15 </sect2> -
server/mail/qpopper/qpopper-inst.xml
r5c5cdbc r7d5ce9d 1 1 <sect2> 2 <title>Installation of qpopper</title>2 <title>Installation of <application>qpopper</application></title> 3 3 4 <para>Install qpopper with the following commands:</para> 5 <para><screen><userinput>./configure --prefix=/usr && 4 <para>Install <application>qpopper</application> with the following commands:</para> 5 6 <screen><userinput><command>./configure --prefix=/usr && 6 7 make && 7 make install</ userinput></screen></para>8 make install</command></userinput></screen> 8 9 9 10 </sect2> -
server/mail/qpopper/qpopper-intro.xml
r5c5cdbc r7d5ce9d 1 1 <sect2> 2 <title>Introduction to qpopper</title>2 <title>Introduction to <application>qpopper</application></title> 3 3 4 <screen>Download location (HTTP): <ulink url="&qpopper-download-http;"/> 5 Download location (FTP): <ulink url="&qpopper-download-ftp;"/> 6 Version used: &qpopper-version; 7 Package size: &qpopper-size; 8 Estimated Disk space required: &qpopper-buildsize;</screen> 4 <para>The <application>qpopper</application> package contains a POP 3 5 mail server.</para> 9 6 10 <para>The qpopper package contains a POP 3 mail server. </para> 7 <sect3><title>Package information</title> 8 <itemizedlist spacing='compact'> 9 <listitem><para>Download (HTTP): <ulink url="&qpopper-download-http;"/></para></listitem> 10 <listitem><para>Download (FTP): <ulink url="&qpopper-download-ftp;"/></para></listitem> 11 <listitem><para>Download size: &qpopper-size;</para></listitem> 12 <listitem><para>Estimated Disk space required: &qpopper-buildsize;</para></listitem> 13 <listitem><para>Estimated build time: &qpopper-time;</para></listitem></itemizedlist> 14 </sect3> 11 15 12 13 <screen>qpopper depends on: 14 <xref linkend="sendmail"/> or <xref linkend="postfix"/> or <xref linkend="qmail"/></screen> 16 <sect3><title><application>qpopper</application> dependencies</title> 17 <sect4><title>Required</title> 18 <para><xref linkend="sendmail"/> or <xref linkend="postfix"/> or <xref 19 linkend="qmail"/> 20 </para></sect4> 21 </sect3> 15 22 16 23 </sect2> -
server/mail/qpopper/qpopper.ent
r5c5cdbc r7d5ce9d 4 4 <!ENTITY qpopper-desc SYSTEM "qpopper-desc.xml"> 5 5 <!ENTITY qpopper-config SYSTEM "qpopper-config.xml"> 6 <!ENTITY qpopper-buildsize "9 MB">6 <!ENTITY qpopper-buildsize "9.0 MB"> 7 7 <!ENTITY qpopper-version "4.0.5"> 8 8 <!ENTITY qpopper-download-http ""> 9 <!ENTITY qpopper-download-ftp "ftp://ftp.qualcomm.com/eudora/servers/unix/popper/qpopper 4.0.5.tar.gz">9 <!ENTITY qpopper-download-ftp "ftp://ftp.qualcomm.com/eudora/servers/unix/popper/qpopper&qpopper-version;.tar.gz"> 10 10 <!ENTITY qpopper-size "2.2 MB"> 11 <!ENTITY qpopper-time "0.13 SBU">
Note:
See TracChangeset
for help on using the changeset viewer.