Changeset f0a7519
- Timestamp:
- 03/07/2005 03:18:53 PM (18 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 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, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- e204421d
- Parents:
- 9a66d5f
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r9a66d5f rf0a7519 24 24 25 25 <listitem><para>March 7th, 2005 [randy]: Updated to HTML Tidy-030505; 26 added prevent_PRE_newlines patch to HTML Tidy instructions.</para></listitem> 26 added prevent_PRE_newlines patch to HTML Tidy instructions; updated the 27 Qpopper instructions to correctly update the syslog config 28 file.</para></listitem> 27 29 28 30 <listitem><para>March 7th, 2005 [bdubbs]: Updated dhcp to 3.0.2. -
server/mail/qpopper.xml
r9a66d5f rf0a7519 45 45 <sect3><title><application>Qpopper</application> dependencies</title> 46 46 <sect4><title>Required</title> 47 <para><ulink url="../server/mail.html">MTA</ulink> 48 </para> 47 <para><ulink url="../server/mail.html">MTA</ulink></para> 49 48 </sect4> 50 49 … … 79 78 <sect3 id="qpopper-config"><title>Configuration Information</title> 80 79 80 <para>Update the <application>Syslog</application> configuration file and 81 force the <command>syslogd</command> daemon to reread the new file so that 82 <application>Qpopper</application> events are logged:</para> 83 <indexterm zone="qpopper qpopper-config"> 84 <primary sortas="e-etc-syslog.conf">/etc/syslog.conf</primary></indexterm> 85 86 <screen><userinput><command>echo "local0.notice;local0.debug /var/log/POP.log" >> \ 87 /etc/syslog.conf && 88 killall -HUP syslogd</command></userinput></screen> 89 81 90 <para>If you use <command>inetd</command>, the following command will add the 82 91 <application>Qpopper</application> entry to … … 84 93 <indexterm zone="qpopper qpopper-config"> 85 94 <primary sortas="e-etc-inetd.conf">/etc/inetd.conf</primary></indexterm> 86 <indexterm zone="qpopper qpopper-config">87 <primary sortas="e-etc-syslog.conf">/etc/syslog.conf</primary></indexterm>88 95 89 96 <screen><userinput><command>echo "pop3 stream tcp nowait root /usr/sbin/popper popper" >> \ 90 97 /etc/inetd.conf && 91 killall inetd || inetd && 92 echo "local0.notice;local0.debug /var/log/POP.log" >> \ 93 /etc/syslog.conf && 94 killall -HUP syslogd</command></userinput></screen> 98 killall inetd || inetd</command></userinput></screen> 95 99 96 100 <para>Issue a <command>killall -HUP inetd</command> to reread the changed
Note:
See TracChangeset
for help on using the changeset viewer.