summaryrefslogtreecommitdiff
path: root/mail/imap-uw/pkg/MESSAGE
blob: 0ff7c64b3683735f1477425d90ad751d43daaeed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
===========================================================================
$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.

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