mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 01:38:07 -04:00
19 lines
681 B
Plaintext
19 lines
681 B
Plaintext
===========================================================================
|
|
$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.
|
|
|
|
===========================================================================
|