Changeset 61efe79d for server


Ignore:
Timestamp:
04/24/2006 05:01:25 AM (18 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
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
Children:
76dd221
Parents:
ed4e5b4
Message:

Updated qpopper to 4.0.9. Added standalone as a configuration option.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/mail/qpopper.xml

    red4e5b4 r61efe79d  
    99  <!ENTITY qpopper-download-http " ">
    1010  <!ENTITY qpopper-download-ftp "ftp://ftp.qualcomm.com/eudora/servers/unix/popper/qpopper&qpopper-version;.tar.gz">
    11   <!ENTITY qpopper-md5sum "e00853280c9e899711f0b0239d3d8f86">
    12   <!ENTITY qpopper-size "2.2 MB">
    13   <!ENTITY qpopper-buildsize "9.0 MB">
    14   <!ENTITY qpopper-time "0.13 SBU">
     11  <!ENTITY qpopper-md5sum "de2cd15f95cfd00d0d080fd16287acad">
     12  <!ENTITY qpopper-size "2.7 MB">
     13  <!ENTITY qpopper-buildsize "9.1 MB">
     14  <!ENTITY qpopper-time "0.1 SBU">
    1515]>
    1616
     
    8383    commands:</para>
    8484
    85 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     85<screen><userinput>./configure --prefix=/usr --enable-standalone &amp;&amp;
    8686make</userinput></screen>
    8787
    8888    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    8989
    90 <screen role="root"><userinput>make install</userinput></screen>
     90<screen role="root"><userinput>make install &amp;&amp;
     91install -D -m644 GUIDE.pdf /usr/share/doc/qpopper-&qpopper-version;/GUIDE.pdf</userinput></screen>
     92
     93  </sect2>
     94
     95  <sect2 role="commands">
     96    <title>Command Explanations</title>
     97
     98    <para><option>--enable-standalone</option>: This option gives the
     99    flexibility to run <application>Qpopper</application> in
     100    standalone mode.</para>
    91101
    92102  </sect2>
     
    109119    /etc/syslog.conf &amp;&amp;
    110120killall -HUP syslogd</userinput></screen>
     121
     122      <para id="qpopper-init">If you want <application>Qpopper</application> to
     123      start automatically when the system is booted, install the
     124      <filename>/etc/rc.d/init.d/qpopper</filename> init script included in the
     125      <xref linkend="bootscripts"/> package.</para>
     126
     127      <indexterm zone="qpopper qpopper-init">
     128        <primary sortas="f-qpopper">popper</primary>
     129      </indexterm>
     130
     131<screen role="root"><userinput>make install-qpopper</userinput></screen>
     132
     133      <para>This startup procedure uses a configuration file.  The details of
     134      the configuration file can be found in the documentation file
     135      <filename>GUIDE.pdf</filename>.</para>
     136
     137<screen role="root"><userinput>cat &gt; /etc/mail/qpopper.conf &lt;&lt; "EOF"
     138<literal># Qpopper configuration file
     139
     140set debug = false
     141
     142set spool-dir = /var/spool/mail/
     143set temp-dir  = /var/spool/mail/
     144
     145set downcase-user = true
     146set trim-domain = true
     147
     148set statistics = true
     149
     150# End /etc/shells</literal>
     151EOF</userinput></screen>
    111152
    112153      <para>If you use <command>inetd</command>, the following command will
Note: See TracChangeset for help on using the changeset viewer.