Ignore:
Timestamp:
03/22/2004 04:47:41 PM (20 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_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
3697cc5
Parents:
bce380aa
Message:

xinetd-2.3.13 update and some qpopper corrections

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

File:
1 edited

Legend:

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

    rbce380aa r16351a1  
    44<sect3><title>Configuration Information</title>
    55
    6 <para>If you use <command>inetd</command>, the following command will add the qpopper
    7 entry to <filename>/etc/inetd.conf</filename>:</para>
    8 
    9 <screen><userinput><command>echo "pop stream tcp nowait root /usr/sbin/popper popper" &gt;&gt; \
    10 /etc/inetd.conf &amp;&amp;
    11 echo "pop 110/tcp" &gt;&gt; /etc/services &amp;&amp;
    12 killall inetd || inetd &amp;&amp;
    13 echo "local0.notice;local0.debug        /var/log/POP.log" &gt;&gt; \
    14 /etc/syslog.conf &amp;&amp;
    15 killall -HUP  syslogd</command></userinput></screen>
    16 
    17 <para>Issue a <command>killall -HUP inetd</command> to reread the changed
    18 <filename>inetd.conf</filename> file.</para>
    19 
    20 <para>If you use <command>xinetd</command>, the following command will add the qpopper
     6<para>The following command will add the qpopper
    217entry to <filename>/etc/xinetd.conf</filename>:</para>
    228
    239<screen><userinput><command>cat &gt;&gt; /etc/xinetd.conf &lt;&lt; "EOF"</command>
    24      service pop
    25      {
    26           port        = 110
    27           socket_type = stream
    28           protocol    = tcp
    29           wait        = no
    30           user        = root
    31           passenv     = PATH
    32           server      = /usr/sbin/popper
    33          server_args = popper
    34      }
     10service pop
     11{
     12    port            = 110
     13    socket_type    = stream
     14    protocol        = tcp
     15    wait            = no
     16    user            = root
     17    passenv         = PATH
     18    server          = /usr/sbin/popper
     19    server_args    = popper
     20}
    3521<command>EOF</command></userinput></screen>
    3622
Note: See TracChangeset for help on using the changeset viewer.