Configuring <application>Qpopper</application> Configuration Information The following command will add the qpopper entry to /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.