summaryrefslogtreecommitdiff
path: root/mail/poppassd/MESSAGE
blob: 5d8c4fdde77593065c6a0be61ae91bc7af075a3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
===========================================================================
$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

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