From 9140bfa783a7e27cab63cb6ac5dfc0236ebedecf Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Tue, 17 May 2005 19:08:32 +0000 Subject: [PATCH] Tagged qpopper.xml git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4332 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- server/mail/qpopper.xml | 242 +++++++++++++++++++++------------------- 1 file changed, 127 insertions(+), 115 deletions(-) diff --git a/server/mail/qpopper.xml b/server/mail/qpopper.xml index 245902f1b2..2464a0c849 100644 --- a/server/mail/qpopper.xml +++ b/server/mail/qpopper.xml @@ -4,115 +4,123 @@ %general-entities; - - - - - - + + + + + + ]> - - $LastChangedBy$ - $Date$ - + - -Qpopper-&qpopper-version; + + $LastChangedBy$ + $Date$ + - - Qpopper - + Qpopper-&qpopper-version; - -Introduction to <application>Qpopper</application> + + Qpopper + -The Qpopper package contains a -POP3 mail server. + + Introduction to Qpopper -Package information - - Download (HTTP): - Download (FTP): - Download MD5 sum: &qpopper-md5sum; - Download size: &qpopper-size; - Estimated disk space required: &qpopper-buildsize; - Estimated build time: &qpopper-time; - - + The Qpopper package contains a + POP3 mail server. - -<application>Qpopper</application> dependencies + Package Information + + + Download (HTTP): + + + Download (FTP): + + + Download MD5 sum: &qpopper-md5sum; + + + Download size: &qpopper-size; + + + Estimated disk space required: &qpopper-buildsize; + + + Estimated build time: &qpopper-time; + + - -Required - MTA - + Qpopper Dependencies - -Optional - , - , - , and - or - - + Required + MTA - + Optional + , + , + , and + or - -Installation of <application>Qpopper</application> + -Install Qpopper with the following -commands: + + Installation of Qpopper -./configure --prefix=/usr && -make + Install Qpopper with the following + commands: -Now, as the root user: +./configure --prefix=/usr && +make -make install + Now, as the root user: - +make install - -Configuring <application>Qpopper</application> + -Configuration Information + + Configuring Qpopper -Update the Syslog configuration file and -force the syslogd daemon to reread the new file so that -Qpopper events are logged: + + Configuration Information - - /etc/syslog.conf - + Update the Syslog configuration file and + force the syslogd daemon to reread the new file so that + Qpopper events are logged: -echo "local0.notice;local0.debug /var/log/POP.log" >> \ + + /etc/syslog.conf + + +echo "local0.notice;local0.debug /var/log/POP.log" >> \ /etc/syslog.conf && -killall -HUP syslogd +killall -HUP syslogd -If you use inetd, the following command will add the -Qpopper entry to -/etc/inetd.conf: + If you use inetd, the following command will + add the Qpopper entry to + /etc/inetd.conf: - - /etc/inetd.conf - + + /etc/inetd.conf + -echo "pop3 stream tcp nowait root /usr/sbin/popper popper" >> \ +echo "pop3 stream tcp nowait root /usr/sbin/popper popper" >> \ /etc/inetd.conf && -killall inetd || inetd +killall inetd || inetd -Issue a killall -HUP inetd to reread the changed -inetd.conf file. + Issue a killall -HUP inetd to reread the + changed inetd.conf file. -If you use xinetd, the following command will create the -Qpopper file as /etc/xinetd.d/pop3: + If you use xinetd, the following command will + create the Qpopper file as + /etc/xinetd.d/pop3: -cat >> /etc/xinetd.d/pop3 << "EOF" -# Begin /etc/xinetd.d/pop3 +cat >> /etc/xinetd.d/pop3 << "EOF" +# Begin /etc/xinetd.d/pop3 service pop3 { @@ -124,52 +132,56 @@ service pop3 server = /usr/sbin/popper } -# End /etc/xinetd.d/pop3 -EOF +# End /etc/xinetd.d/pop3 +EOF - - /etc/xinetd.conf - + + /etc/xinetd.conf + - - /etc/xinetd.d/pop3 - + + /etc/xinetd.d/pop3 + -Issue a killall -HUP xinetd to reread the changed -xinetd.conf file. - + Issue a killall -HUP xinetd to reread the + changed xinetd.conf file. - + - -Contents + - -Installed Program -Installed Libraries -Installed Directories + + Contents - -popper -None -None - - + + Installed Program + Installed Libraries + Installed Directories - -Short Descriptions - + + popper + None + None + + - -popper -is the POP3 server daemon. - -popper - - - + + Short Descriptions + + - + + popper + + is the POP3 server daemon. + + popper + + + + + + + -