summaryrefslogtreecommitdiff
path: root/mail/imap-uw/pkg/MESSAGE
blob: 523c107f4a1868ad57aaa186d6666f0fd22bf2c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
===========================================================================

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/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.

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