%general-entities; ]> $LastChangedBy$ $Date$ Qpopper-&qpopper-version; Qpopper Introduction to <application>Qpopper</application> The Qpopper package contains a POP3 mail server. 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; <application>Qpopper</application> dependencies Required MTA Optional , , , and or Installation of <application>Qpopper</application> Install Qpopper with the following commands: ./configure --prefix=/usr && make Now, as the root user: make install Configuring <application>Qpopper</application> Configuration Information Update the Syslog configuration file and force the syslogd daemon to reread the new file so that Qpopper events are logged: /etc/syslog.conf echo "local0.notice;local0.debug /var/log/POP.log" >> \ /etc/syslog.conf && killall -HUP syslogd If you use inetd, the following command will add the Qpopper entry to /etc/inetd.conf: /etc/inetd.conf echo "pop3 stream tcp nowait root /usr/sbin/popper popper" >> \ /etc/inetd.conf && killall inetd || inetd Issue a killall -HUP inetd to reread the changed inetd.conf file. If you use xinetd, the following command will add the Qpopper entry to /etc/xinetd.conf: /etc/xinetd.conf cat >> /etc/xinetd.conf << "EOF" service pop3 { port = 110 socket_type = stream protocol = tcp wait = no user = root server = /usr/sbin/popper } EOF Issue a killall -HUP xinetd to reread the changed xinetd.conf file. Contents Installed Program Installed Libraries Installed Directories popper None None Short Descriptions popper is the POP3 server daemon. popper