Ignore:
Timestamp:
09/26/2003 05:32:47 PM (21 years ago)
Author:
Igor Živković <igor@…>
Branches:
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, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
984a23f
Parents:
5c5cdbc
Message:

updated qpopper intro

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/mail/qpopper/qpopper-config.xml

    r5c5cdbc r7d5ce9d  
    11<sect2>
    2 <title>Configuring qpopper</title>
     2<title>Configuring <application>qpopper</application></title>
    33
    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>
    105
    116<para>If you use inetd, the following command will add the qpopper
    127entry to <filename>/etc/inetd.conf</filename>:</para>
    138
    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" >> \
    1510/etc/inetd.conf &amp;&amp;
    1611echo "pop 110/tcp" &gt;&gt; /etc/services &amp;&amp;
     
    1813echo "local0.notice;local0.debug        /var/log/POP.log" >> \
    1914/etc/syslog.conf &amp;&amp;
    20 killall -HUP  syslogd</userinput></screen></para>
     15killall -HUP  syslogd</command></userinput></screen>
    2116
    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>
    2519
    2620<para>If you use xinetd, the following command will add the qpopper
    2721entry to <filename>/etc/xinetd.conf</filename>:</para>
    2822
    29 <para><screen><userinput>cat &gt;&gt; /etc/xinetd.conf &lt;&lt; "EOF"
     23<screen><userinput><command>cat &gt;&gt; /etc/xinetd.conf &lt;&lt; "EOF"
    3024     service pop
    3125     {
     
    3933         server_args = popper
    4034     }
    41 EOF</userinput></screen></para>
    42 <para>Issue a killall -HUP xinetd to reread the changed
    43 <filename>xinetd.conf</filename>
    44 file.</para>
     35EOF</command></userinput></screen>
     36
     37<para>Issue a <command>killall -HUP xinetd</command> to reread the changed
     38<filename>xinetd.conf</filename> file.</para>
    4539
    4640</sect3>
     41
    4742</sect2>
Note: See TracChangeset for help on using the changeset viewer.