summaryrefslogtreecommitdiff
path: root/mail/imap-uw/MESSAGE
blob: 5fff7ccfd33ab1b84696bd8101e0bd025fbc671e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
===========================================================================
$NetBSD: MESSAGE,v 1.4 2006/07/26 20:00:27 jlam Exp $

Add the following to /etc/services (if not already there):

 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

You will need to make inetd reload its configuration for the changes to
take effect.

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