mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-07 09:37:17 +08:00
aaba28e9c1
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@162 af4574ff-66df-0310-9fd7-8a98e5e911e0
21 lines
569 B
XML
21 lines
569 B
XML
<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 &&
|
|
echo "local0.notice;local0.debug /var/log/POP.log" >> \
|
|
/etc/syslog.conf &&
|
|
killall -HUP syslogd
|
|
</userinput></screen></para>
|
|
</sect3>
|
|
</sect2>
|