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

Add the following to /etc/services:
 imap2           143/tcp            # Interim Mail Access Proto v2
 imap2           143/udp

Add the following to /etc/inetd.conf:
 imap2   stream  tcp     nowait  root    @PREFIX@/libexec/imapd   imapd
 pop2    stream  tcp     nowait  root    @PREFIX@/libexec/pop2d   pop2d
 pop3    stream  tcp     nowait  root    @PREFIX@/libexec/pop3d   pop3d

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

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