mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
15 lines
502 B
Plaintext
15 lines
502 B
Plaintext
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.3 2005/06/01 21:00:39 adrianp Exp $
|
|
|
|
In order to enable poppassd service, you should add the following line
|
|
to your /etc/services:
|
|
|
|
poppass 106/tcp poppassd
|
|
|
|
And /etc/inetd.conf:
|
|
|
|
poppass stream tcp nowait root ${PREFIX}/libexec/poppassd poppassd
|
|
poppass stream tcp6 nowait root ${PREFIX}/libexec/poppassd poppassd
|
|
|
|
===========================================================================
|