This is an old revision of the document!
[gate:~ ] # pkg_add -r popper [gate:~ ] # cat /etc/inetd.conf ... pop3 stream tcp nowait root /usr/local/libexec/popper popper ... [gate:~ ] # cat /etc/rc.conf ... inetd_enable=”YES” ... [gate:~ ] # /etc/rc.d/inetd start
root@gate:~# apt-get install openbsd-inetd root@gate:~# apt-get install qpopper root@gate:~# grep pop /etc/inetd.conf pop-3 stream tcp nowait root /usr/sbin/tcpd /usr/sbin/in.qpopper -f /etc/qpopper.conf root@gate:~# /etc/init.d/openbsd-inetd start