===========================================================================
$NetBSD: MESSAGE,v 1.5 2000/05/19 03:58:58 jlam Exp $

Add the following to /etc/services:
 imap           143/tcp            # Internet Message Access Protocol
 imap           143/udp

Add the following to /etc/inetd.conf:
 imap   stream  tcp     nowait  root    @PREFIX@/libexec/imapd    imapd
 pop2   stream  tcp     nowait  root    @PREFIX@/libexec/ipop2d   ipop2d
 pop3   stream  tcp     nowait  root    @PREFIX@/libexec/ipop3d   ipop3d

To put the changes into effect, reboot the machine or "kill -HUP"
your inetd.

===========================================================================
